Skip to content

The GCDSpec test class comment document and the class name are inconsistent #88

@itviewer

Description

@itviewer

The GCDSpec test class comment document:

/**
  * This is a trivial example of how to run this Specification
  * From within sbt use:
  * {{{
  * testOnly gcd.GcdDecoupledTester
  * }}}
  * From a terminal shell use:
  * {{{
  * sbt 'testOnly gcd.GcdDecoupledTester'
  * }}}
  */

the class GCDSpec should be named GcdDecoupledTester
or change the comment
testOnly gcd.GcdDecoupledTester to testOnly gcd.GCDSpec

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions