diff options
author | James McKinney <james@slashpoundbang.com> | 2012-08-23 10:44:40 -0400 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2012-11-01 16:47:37 +0000 |
commit | 7f92dc83aabf37d33a997136e3024ef9a8e6258b (patch) | |
tree | a7c33d95c535f203b0ca797d94bbb4d287ef406a | |
parent | 0d15513b3d62b1869ea18ccd8fc9a4af919b8824 (diff) |
fix path to patch for Ruby 1.9
-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 |