Skip to content

Commit 2e31e10

Browse files
Fix tests in groovy-test-runner (#462)
Fixes "src/test/groovy/RobotSimulatorSpec.groovy: 5: unable to resolve class Stepwise for annotation"
1 parent 7f24769 commit 2e31e10

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

exercises/practice/robot-simulator/src/test/groovy/RobotSimulatorSpec.groovy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import spock.lang.Ignore
2-
import spock.lang.Specification
3-
import spock.lang.Unroll
1+
import spock.lang.*
42

53
class RobotSimulatorSpec extends Specification {
64

0 commit comments

Comments
 (0)