Skip to content

Commit 55cdaba

Browse files
committed
another attempt at strict_warnings
1 parent 2d1dd65 commit 55cdaba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/rails/monkey_patches.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
require_relative "#{__dir__}/../tools/strict_warnings.rb"
1+
file = Dir.glob("vendor/bundle/jruby/*/bundler/gems/rails-*/tools/strict_tools").first
2+
load file
23

34
# This module flags methods in rails tests and blows up ours
45
module ActiveSupport

0 commit comments

Comments
 (0)