search for: random_test

Displaying 1 result from an estimated 1 matches for "random_test".

2011 Feb 03
2
Possible to ask rspec to show more code in the debugger?
...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 debugger => 9 assert a == 2 10 end 11 12 13 end test/unit/random_test.rb:9 assert a == 2 (rdb:1) -------------- next part -------------- An HTML attachme...