Created
April 7, 2009 09:48
-
-
Save ngty/91165 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
** Invoke features:tag:doing (first_time) | |
** Invoke db:acceptance:prepare (first_time) | |
** Invoke db:abort_if_pending_migrations (first_time) | |
** Invoke environment (first_time) | |
** Execute environment | |
** Execute db:abort_if_pending_migrations | |
** Execute db:acceptance:prepare | |
** Invoke db:acceptance:load (first_time) | |
** Invoke db:acceptance:purge (first_time) | |
** Invoke environment | |
** Execute db:acceptance:purge | |
** Execute db:acceptance:load | |
** Invoke db:schema:load (first_time) | |
** Invoke environment | |
** Execute db:schema:load | |
** Execute features:tag:doing | |
/usr/bin/ruby1.8 -I "/usr/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.2.3.2/lib:lib" "/usr/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.2.3.2/bin/cucumber" -t @debug --format pretty --require features/clearance/steps.rb --require features/support/env.rb --require features/support/paths.rb --require features/common_steps/factory_girl_steps.rb --require features/common_steps/celerity.rb --require features/common_steps/webrat_steps.rb /home/ngtzeyang/dev/acarae.com/poc/features/clearance/password_reset.feature | |
Feature: Password reset | |
In order to sign in even if user forgot their password | |
A user | |
Should be able to reset it | |
@debug | |
Scenario: User is not signed up # /home/ngtzeyang/dev/acarae.com/poc/features/clearance/password_reset.feature:7 | |
Given no user exists with an email of "[email protected]" # features/clearance/steps.rb:9 | |
When I request password reset link to be sent to "[email protected]" # features/clearance/steps.rb:95 | |
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:105:in `const_missing': uninitialized constant Culerity::RemoteObjectProxy::Celerity (NameError) | |
(eval):1:in `process_result' | |
/home/ngtzeyang/dev/acarae.com/poc/features/clearance/password_reset.feature:9:in `When I request password reset link to be sent to "[email protected]"' | |
Then I should see "Unknown email" # features/common_steps/celerity.rb:50 | |
1 scenario | |
1 failed step | |
1 skipped step | |
1 passed step | |
rake aborted! | |
Command failed with status (1): [/usr/bin/ruby1.8 -I "/usr/lib/ruby/gems/1....] | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:969:in `sh' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:982:in `call' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:982:in `sh' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1070:in `sh' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1005:in `ruby' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1070:in `ruby' | |
/usr/lib/ruby/gems/1.8/gems/aslakhellesoy-cucumber-0.2.3.2/lib/cucumber/rake/task.rb:71:in `define_task' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `call' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:617:in `execute' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `each' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:612:in `execute' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:578:in `invoke_with_call_chain' | |
/usr/lib/ruby/1.8/monitor.rb:242:in `synchronize' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:571:in `invoke_with_call_chain' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:564:in `invoke' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2027:in `invoke_task' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `each' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2005:in `top_level' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1999:in `top_level' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1977:in `run' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:2044:in `standard_exception_handling' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1974:in `run' | |
/usr/lib/ruby/gems/1.8/gems/rake-0.8.4/bin/rake:31 | |
/usr/bin/rake:19:in `load' | |
/usr/bin/rake:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment