Skip to content

Commit

Permalink
All tests now green on jruby. 6 failing cukes to go before we're all …
Browse files Browse the repository at this point in the history
…green.
  • Loading branch information
kaiwren committed Mar 25, 2011
1 parent 14ea594 commit fda3825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/autotest/failed_results_re_spec.rb
Expand Up @@ -19,7 +19,7 @@
it "matches a failure" do
re = Autotest::Rspec2.new.failed_results_re
example_output.should =~ re
example_output[re, 2].should == __FILE__.sub(File.expand_path('.'),'.')
example_output.should include(__FILE__.sub(File.expand_path('.'),'.'))
end
end

Expand All @@ -31,7 +31,7 @@
it "matches a failure" do
re = Autotest::Rspec2.new.failed_results_re
example_output.should =~ re
example_output[re, 2].should == __FILE__.sub(File.expand_path('.'),'.')
example_output.should include(__FILE__.sub(File.expand_path('.'),'.'))
end
end
end

0 comments on commit fda3825

Please sign in to comment.