Skip to content

Instantly share code, notes, and snippets.

@empimp
empimp / error - type 1
Created July 6, 2011 00:07
troubleshooting rails3-devise-rspec-cucumber tutorial
And I sign in as "user@test.com/please" # features/step_definitions/user_steps.rb:43
Couldn't find User with id=sign_out (ActiveRecord::RecordNotFound)
./app/controllers/users_controller.rb:5:in `show'
(eval):2:in `click_button'
./features/step_definitions/web_steps.rb:53:in `/^(?:|I )press "([^"]*)"$/'
features/users/sign_in.feature:28:in `And I sign in as "user@test.com/please"'
and the same except with the last line
features/users/sign_out.feature:8:in `When I sign in as "user@test.com/please"'