Skip to content

Commit

Permalink
Added note about test group.
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Mar 29, 2011
1 parent 7dd45ac commit 5fa1bd0
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 5fa1bd0

Please sign in to comment.