spec/cucumber/ast/step_spec.rb in cucumber-0.6.3 vs spec/cucumber/ast/step_spec.rb in cucumber-0.6.4

- old
+ new

@@ -46,10 +46,10 @@ step_invocation.instance_variable_get('@multiline_arg').raw.should == [%w{taste_juicy color_green}] end it "should replace arguments in py string arg" do - py_string = PyString.new(1, 2, 'taste_<taste> color_<color>', 0) + py_string = PyString.new(1, 2, 'taste_<taste> color_<color>', '') step = Step.new(1, 'Given', 'a <color> cucumber', py_string) invocation_table = Table.new([ %w{color taste},