spec/cucumber/parser/feature_parser_spec.rb in cucumber-0.3.2 vs spec/cucumber/parser/feature_parser_spec.rb in cucumber-0.3.3
- old
+ new
@@ -311,10 +311,10 @@
Scenario: When I have when in scenario
Given I am a step
}).to_sexp.should ==
[:feature, nil, "Feature: Hi",
[:scenario, 2, "Scenario:", "When I have when in scenario",
- [:step, 3, "Given", "I am a step"]]]
+ [:step_invocation, 3, "Given", "I am a step"]]]
end
end
end
describe "Syntax" do