Skip to content

Commit f09ad1b

Browse files
authored
Fix issue with loading Rails logger in tests
1 parent 62b24b6 commit f09ad1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

spec/dummy/config/boot.rb

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@
77
Bundler.setup
88
end
99

10-
$:.unshift File.expand_path('../../../lib', __dir__)
10+
$:.unshift File.expand_path('../../../lib', __dir__)
11+
12+
require 'logger' # Fix concurrent-ruby removing logger dependency which Rails itself does not have

0 commit comments

Comments
 (0)