We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1dd65 commit 55cdabaCopy full SHA for 55cdaba
1 file changed
test/rails/monkey_patches.rb
@@ -1,4 +1,5 @@
1
-require_relative "#{__dir__}/../tools/strict_warnings.rb"
+file = Dir.glob("vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools").first
2
+load file
3
4
# This module flags methods in rails tests and blows up ours
5
module ActiveSupport
0 commit comments