spec/cucumber/ast/step_spec.rb in cucumber-0.7.0.beta.2 vs spec/cucumber/ast/step_spec.rb in cucumber-0.7.0.beta.3

- old
+ new

@@ -57,10 +57,10 @@ %w{green juicy} ]) cells = invocation_table.cells_rows[1] step_invocation = step.step_invocation_from_cells(cells) - step_invocation.instance_variable_get('@multiline_arg').to_s.should == 'taste_juicy color_green' + step_invocation.instance_variable_get('@multiline_arg').to_step_definition_arg.should == 'taste_juicy color_green' end end end end