gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Issue with !timings #77

Open jdrnetworking opened 10 years ago

jdrnetworking commented 10 years ago

Rails 3.2.17, tconsole 1.3.0.pre2 Single unit test with 32 tests (though it happens with any test or combination of tests):

tconsole> !timings

Timings from last run:

1.444620s EventTest#test: ...test description... 
An error occured: undefined local variable or method `last_result' for #<TConsole::Reporter:0x007f9ec18aa1f8>
tconsole> 

I'd like to dig into this, but would also like to know if anyone has experience this issue.