diff options
Diffstat (limited to 'config/environments/test.rb')
-rw-r--r-- | config/environments/test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index 32dc2b1ec..784ea18d3 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -1,6 +1,6 @@ # Settings specified here will take precedence over those in config/environment.rb -require 'lib/patches/fixtures_constraint_disabling' +require 'patches/fixtures_constraint_disabling' # The test environment is used exclusively to run your application's # test suite. You never need to work with it otherwise. Remember that |