aboutsummaryrefslogtreecommitdiffstats
path: root/activejob/test/support/integration/dummy_app_template.rb
diff options
context:
space:
mode:
authorMatthew Draper <matthew@trebex.net>2014-09-27 21:55:03 +0930
committerMatthew Draper <matthew@trebex.net>2014-09-27 21:59:10 +0930
commitd7a058f785224a3643244686fae3a31e408f0860 (patch)
tree895b051a7d587c3cf204ba7730a99c5d14e9d6ba /activejob/test/support/integration/dummy_app_template.rb
parentd13b75bc2647699e5d82a246d17ca9513baf8d9e (diff)
downloadrails-d7a058f785224a3643244686fae3a31e408f0860.tar.gz
rails-d7a058f785224a3643244686fae3a31e408f0860.tar.bz2
rails-d7a058f785224a3643244686fae3a31e408f0860.zip
Make AJ integration tests much less verbose
In passing, avoid a blind retry in QC: instead, just fix the problem.
Diffstat (limited to 'activejob/test/support/integration/dummy_app_template.rb')
-rw-r--r--activejob/test/support/integration/dummy_app_template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/test/support/integration/dummy_app_template.rb b/activejob/test/support/integration/dummy_app_template.rb
index 28aae0f884..65994d6a1c 100644
--- a/activejob/test/support/integration/dummy_app_template.rb
+++ b/activejob/test/support/integration/dummy_app_template.rb
@@ -1,5 +1,5 @@
if ENV['AJADAPTER'] == 'delayed_job'
- generate "delayed_job:active_record"
+ generate "delayed_job:active_record", "--quiet"
rake("db:migrate")
end