Hello !
I just got this RSpec message:
Failures:
- 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.