Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
itviewer opened this issue Feb 4, 2021 · 0 comments

Comments

@itviewer
Copy link

itviewer commented Feb 4, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant