cucumber-attic / cuke4duke

Cucumber support for the JVM: Java, Scala, Groovy, Clojure, Ioke, Javascript, Spring, Guice, PicoContainer, WebDriver, Ant and Maven
http://wiki.github.com/aslakhellesoy/cuke4duke
MIT License
256 stars 72 forks source link

Cuke4Duke StepMother still using announce #115

Open skipoleschris opened 13 years ago

skipoleschris commented 13 years ago

The StepMother class is still referring to the announce method. This was previously deprecated but has now been removed entirely from Cucumber 1.0.0 release. Any steps calling the announce method fail:

[info] undefined method `announce' for #Cucumber::Runtime::ForProgrammingLanguages:0x6afa3ce5 (NoMethodError)