mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #33901 from bogdanvlviv/fix-output-when-run-aj-integration-tests
Print correct rake command on running AJ integration tests
This commit is contained in:
commit
3eab541a21
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue