spec/cucumber/parser/feature_parser_spec.rb in cucumber-0.3.96 vs spec/cucumber/parser/feature_parser_spec.rb in cucumber-0.3.97

- old
+ new

@@ -347,9 +347,13 @@ end it "should parse scenario_outline" do parse_file("scenario_outline.feature") end + + it "should parse comments" do + parse_file("with_comments.feature") + end end describe "Filtering" do it "should filter outline tables" do ff = FeatureFile.new(