Skip to content

Commit

Permalink
Changing cucumber environment to TEST because (bundle exec) rake cucu…
Browse files Browse the repository at this point in the history
…mber:install no longer generates config/environments/cucumber.rb and thus, guard fails out the box
  • Loading branch information
murdoch committed Jun 2, 2011
1 parent f0f60f5 commit 839c2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/spork/templates/Guardfile
@@ -1,4 +1,4 @@
guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'cucumber' }, :rspec_env => { 'RAILS_ENV' => 'test' } do
guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAILS_ENV' => 'test' } do
watch('config/application.rb')
watch('config/environment.rb')
watch(%r{^config/environments/.+\.rb$})
Expand Down

0 comments on commit 839c2f0

Please sign in to comment.