Displaying 1 result from an estimated 1 matches for "autoev".
Did you mean:
autov
2011 Feb 03
2
Possible to ask rspec to show more code in the debugger?
...make the rspec debugger do this?
I am not sure if it is just me, but seems to me that when I moved to rspec,
certain things which seemed to be nice default behaviors in test::unit are
no longer default. For example this issue, and also that it seems that rspec
does not automatically ''set autoeval'' when going into the debugger. Not deal
breakers by any means but thought I would see if anyone else has the same
comments.
Loaded suite test/unit/random_test
Started
[4, 13] in test/unit/random_test.rb
4
5 def test_this_hahahah
6 a = 1
7 a += 1
8 debug...