Created
October 7, 2011 14:29
-
-
Save supaspoida/1270387 to your computer and use it in GitHub Desktop.
guard cucumber fails on second run
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
Run Cucumber features features/admin_deletes_an_event.feature features/admin_deletes_an_event.feature:7 | |
ERROR: Guard::Cucumber failed to achieve its <run_on_change>, exception was: | |
Errno::ENOENT: No such file or directory - features/admin_deletes_an_event.feature:7 | |
/Users/dev/.Guardfile:92:in `read' | |
/Users/dev/.Guardfile:92:in `block in cucumber_command' | |
/Users/dev/.Guardfile:91:in `each' | |
/Users/dev/.Guardfile:91:in `any?' | |
/Users/dev/.Guardfile:91:in `cucumber_command' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-cucumber-0.7.2/lib/guard/cucumber/runner.rb:24:in `run' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-cucumber-0.7.2/lib/guard/cucumber.rb:85:in `run_on_change' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:276:in `block in run_supervised_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:274:in `catch' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:274:in `run_supervised_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:230:in `run_on_change_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:205:in `block (3 levels) in run_guard_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:203:in `each' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:203:in `block (2 levels) in run_guard_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:202:in `catch' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:202:in `block in run_guard_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:201:in `each' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:201:in `run_guard_task' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:169:in `block in run_on_change' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:184:in `block in run' | |
<internal:prelude>:10:in `synchronize' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:181:in `run' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard.rb:168:in `run_on_change' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard/listener.rb:78:in `block (2 levels) in start_reactor' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard/listener.rb:74:in `loop' | |
/Users/dev/.rvm/gems/ruby-1.9.2-p136@hr_2011/gems/guard-0.8.4/lib/guard/listener.rb:74:in `block in start_reactor' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment