We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca84dc commit 8fbd03cCopy full SHA for 8fbd03c
spec/spec_helper.rb
@@ -1,5 +1,7 @@
1
# frozen_string_literal: true
2
3
+require "sidekiq"
4
+
5
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
6
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
7
# The generated `.rspec` file contains `--require spec_helper` which will cause
@@ -91,4 +93,6 @@
91
93
# # test failures related to randomization by passing the same `--seed` value
92
94
# # as the one that triggered the failure.
95
# Kernel.srand config.seed
96
97
+ Sidekiq.default_configuration.logger.level = Logger::WARN
98
end
0 commit comments