You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* 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
The text was updated successfully, but these errors were encountered:
The GCDSpec test class comment document:
the class
GCDSpec
should be namedGcdDecoupledTester
or change the comment
testOnly gcd.GcdDecoupledTester
totestOnly gcd.GCDSpec
The text was updated successfully, but these errors were encountered: