We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d47115 commit 2d1dd65Copy full SHA for 2d1dd65
1 file changed
test/rails/monkey_patches.rb
@@ -1,4 +1,4 @@
1
-load File.join(ENV['RAILS'], 'tools', 'strict_warnings.rb')
+require_relative "#{__dir__}/../tools/strict_warnings.rb"
2
3
# This module flags methods in rails tests and blows up ours
4
module ActiveSupport
0 commit comments