lib/cucumber/rb_support/rb_world.rb in cucumber-0.7.0.beta.5 vs lib/cucumber/rb_support/rb_world.rb in cucumber-0.7.0.beta.6

- old
+ new

@@ -32,10 +32,10 @@ @__cucumber_step_mother.table(text_or_table, file, line_offset) end # See StepMother#py_string def py_string(string_with_triple_quotes, file=nil, line_offset=0) - @__cucumber_step_mother.py_string(text_or_table, file, line_offset) + @__cucumber_step_mother.py_string(string_with_triple_quotes, file, line_offset) end # See StepMother#announce def announce(announcement) @__cucumber_step_mother.announce(announcement)