Skip to content

Commit b9b8ae7

Browse files
committed
Try another way to include strict_warnings since it was moved out of the gems
1 parent f6a1ab1 commit b9b8ae7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/rails/monkey_patches.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require_relative '../../tools/strict_warnings'
1+
load File.join(ENV['RAILS'], 'tools', 'strict_warnings.rb'
22

33
# This module flags methods in rails tests and blows up ours
44
module ActiveSupport

0 commit comments

Comments
 (0)