spec/cucumber/formatter/junit_spec.rb in cucumber-0.6.4 vs spec/cucumber/formatter/junit_spec.rb in cucumber-0.7.0.beta.1

- old
+ new

@@ -23,9 +23,10 @@ @formatter = TestDoubleJunitFormatter.new(step_mother, '', {}) end describe "a feature with no name" do define_feature <<-FEATURE + Feature: Scenario: Passing Given a passing scenario FEATURE it "should raise an exception" do \ No newline at end of file