[rspec-devel] [ rspec-Bugs-12760 ] Autotest regexp no longer matches new pretty output
noreply at rubyforge.org
noreply at rubyforge.org
Wed Aug 1 21:29:09 EDT 2007
Bugs item #12760, was opened at 2007-08-01 21:29
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=12760&group_id=797
Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Jay Levitt (jaylev)
Assigned to: Nobody (None)
Summary: Autotest regexp no longer matches new pretty output
Initial Comment:
Aslak changed lib/spec/matchers/operator_matcher.rb in July to be nice and pretty, but lib/autotest/rspec.rb hasn't been updated to match it, so the output from autotest is now just blank lines when a should == expectation fails.
describe "it" do
it "doesn't work" do
1.should == 2
end
end
Windows XP SP2 under cygwin
ruby 1.8.6 [i386-cygwin]
rspec r2189
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=12760&group_id=797
More information about the rspec-devel
mailing list