We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55cdaba commit 33c9588Copy full SHA for 33c9588
test/rails/monkey_patches.rb
@@ -1,5 +1,10 @@
1
-file = Dir.glob("vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools").first
2
-load file
+file = Dir.glob("vendor/bundle/jruby/*")
+p file
3
+
4
5
+file = Dir.glob(__dir__ + "/vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools")
6
7
+load file.first
8
9
# This module flags methods in rails tests and blows up ours
10
module ActiveSupport
0 commit comments