Re: [rspec-users] Meaningless stacktrace on RSpec error (no line of error)

2010-12-03 Thread David Chelimsky
On Dec 2, 2010, at 4:31 AM, Log0 wrote: > Hi all, > > I am new to RSpec, currently using rspec-rails (2.1.0) with rails (2.2.3) For rails-2 you need to use rspec-rails-1.3.1 (rspec-rails-2.x supports only rails ~> 3.0). > and ruby (1.8.7). I can get RSpec running however the stacktrace when i

[rspec-users] Meaningless stacktrace on RSpec error (no line of error)

2010-12-03 Thread Log0
Hi all, I am new to RSpec, currently using rspec-rails (2.1.0) with rails (2.2.3) and ruby (1.8.7). I can get RSpec running however the stacktrace when it happened is pretty uninformative, always not including the line in which the assertion failed. I tried to google around for some keywords but d