aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-09-17 16:43:04 +0900
committerGitHub <noreply@github.com>2018-09-17 16:43:04 +0900
commit3eab541a215e45f780b04b4619481014bb8e66f1 (patch)
tree851bec34a6b35c18beb891b2916ed0ef130017c8
parentfca8da18ac31dbff5da6549258f44090f911f626 (diff)
parent237ef95338058950be6793a10913194b7bc567cf (diff)
downloadrails-3eab541a215e45f780b04b4619481014bb8e66f1.tar.gz
rails-3eab541a215e45f780b04b4619481014bb8e66f1.tar.bz2
rails-3eab541a215e45f780b04b4619481014bb8e66f1.zip
Merge pull request #33901 from bogdanvlviv/fix-output-when-run-aj-integration-tests
Print correct rake command on running AJ integration tests
-rw-r--r--activejob/test/support/integration/helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activejob/test/support/integration/helper.rb b/activejob/test/support/integration/helper.rb
index a02d874e2e..c5fa2b136f 100644
--- a/activejob/test/support/integration/helper.rb
+++ b/activejob/test/support/integration/helper.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
-puts "\n\n*** rake aj:integration:#{ENV['AJ_ADAPTER']} ***\n"
+puts "\n\n*** rake test:integration:#{ENV['AJ_ADAPTER']} ***\n"
ENV["RAILS_ENV"] = "test"
ActiveJob::Base.queue_name_prefix = nil