Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aslakhellesoy/cucumber-rails
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Apr 4, 2011
2 parents 7015ad1 + 5fa1bd0 commit b840836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/install/support/_rails_each_run.rb.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ ActionController::Base.allow_rescue = false
begin
DatabaseCleaner.strategy = :transaction
rescue NameError
raise "You need to add database_cleaner to your Gemfile if you wish to use it."
raise "You need to add database_cleaner to your Gemfile (in the :test group) if you wish to use it."
end

0 comments on commit b840836

Please sign in to comment.