lib/cucumber/rb_support/rb_world.rb in cucumber-0.6.2 vs lib/cucumber/rb_support/rb_world.rb in cucumber-0.6.3

- old
+ new

@@ -40,9 +40,14 @@ # See StepMother#announce def announce(announcement) @__cucumber_step_mother.announce(announcement) end + # See StepMother#ask + def ask(question, timeout_seconds=60) + @__cucumber_step_mother.ask(question, timeout_seconds) + end + # See StepMother#embed def embed(file, mime_type) @__cucumber_step_mother.embed(file, mime_type) end