Skip to content

Commit

Permalink
More test improvements [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 28, 2018
1 parent cd6cd42 commit 69af51e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Expand Up @@ -6,7 +6,7 @@
require "active_support/core_ext" if defined?(NoBrainer)
require "active_support/notifications"

Searchkick.index_suffix = ENV["TEST_ENV_NUMBER"]
Searchkick.index_suffix = ENV["TEST_ENV_NUMBER"] # for parallel tests

ENV["RACK_ENV"] = "test"

Expand All @@ -28,7 +28,7 @@
I18n.config.enforce_available_locales = true

if defined?(ActiveJob)
ActiveJob::Base.logger = nil
ActiveJob::Base.logger = $logger
ActiveJob::Base.queue_adapter = :inline
end

Expand Down

0 comments on commit 69af51e

Please sign in to comment.