Add test queue adapter
This commit is contained in:
parent
f76bff6cbb
commit
28d1c11af4
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ end
|
|||
RSpec.configure do |config|
|
||||
# Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
|
||||
config.fixture_path = "#{::Rails.root}/spec/fixtures"
|
||||
|
||||
|
||||
ActiveJob::Base.queue_adapter = :test
|
||||
# If you're not using ActiveRecord, or you'd prefer not to run each of your
|
||||
# examples within a transaction, remove the following line or assign false
|
||||
# instead of true.
|
||||
|
|
Loading…
Reference in a new issue