Skip to content

Commit 69c54ea

Browse files
authored
Fix uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (#449)
1 parent cba9931 commit 69c54ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

integration/spec/spec_helper.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Fix uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger
2+
require 'logger'
3+
14
# Load combustion gem
25
require 'combustion'
36

0 commit comments

Comments
 (0)