We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe9db2d commit a735c44Copy full SHA for a735c44
testProjects/testProject/src/test/scala/test/CucumberJarSteps.scala
@@ -14,7 +14,6 @@ class CucumberJarSteps extends ScalaDsl with EN with ShouldMatchers {
14
15
When("""^the cucumber task is called$""") {
16
whenCalled = true
17
- // Broken in cuke4duke since cucumber 1.0.0: announce("Hello World")
18
}
19
20
Then("""^Cucumber is executed against the features and step definitions$""") {
0 commit comments