
stack level too deep
Reported by Nando Vieira | November 10th, 2010 @ 02:08 PM
I'm trying to run Webrat 0.7.2 with Ruby 1.9.2-p0, RSpec 2.1.0 and Rails 3.0.1 but I'm receiving the following error message:
$ rspec spec/requests/accounts_create_spec.rb -b
Creating accounts
given valid account info
displays message (FAILED - 1)
Failures:
1) Creating accounts given valid account info displays message
Failure/Error: Unable to find matching line from backtrace
stack level too deep
# /Users/fnando/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/forwardable.rb:185
Finished in 0.71323 seconds
1 example, 1 failure
Note that I'm running the new requests
specs. This
same setup works nicely with Webrat 0.7.1.
Comments and changes to this ticket
-
Nando Vieira November 10th, 2010 @ 02:18 PM
A empty application application (attached) raises the same error.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.