[rspec-devel] [ rspec-Bugs-7005 ] Diff ironically reporting different results using spec command and rake

noreply at rubyforge.org noreply at rubyforge.org
Fri Dec 1 17:20:15 EST 2006


Bugs item #7005, was opened at 2006-12-01 22:20
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=7005&group_id=797

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: David Chelimsky (dchelimsky)
Assigned to: Nobody (None)
Summary: Diff ironically reporting different results using spec command and rake

Initial Comment:
Trunk Rev 1193

Stand in root

========================
rake spec
478 specifications, 0 failures

========================
bin/spec spec
1)
'should == should raise exception with diff when objects are not ==' FAILED
"\apple\ should == \cadillac\" should eql "\apple\ should == \cadillac\\nDiff:\n@@ -1,2 +1,2 @@\n-apple\n+cadillac\n"
./spec/spec/runner/formatter/../../../spec_helper.rb:12:in `should_fail_with'
./spec/spec/expectations/should/should_==_spec.rb:12

Finished in 1.156677 seconds

474 specifications, 1 failure

(NOTE - fewer specs, more failures)

========================
bin/spec spec -D
474 specifications, 0 failures


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=7005&group_id=797


More information about the rspec-devel mailing list