Hello ! I just got this RSpec message:
Failures: 1) Position just created should unmake correctly Failure/Error: lambda { @p.unmake }.should_not raise_error expected no Exception, got #<NoMethodError: undefined method `<' for false:FalseClass> # ./tests/position_test.rb:41 I understand that there is a Exception raised, and that there is a "false" somewhere where I should have another object. But where in my code ? Can I get more info on where the exception was raised ? Thanks for your help. Mickael. -- Posted via http://www.ruby-forum.com/. _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users