aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames McKinney <james@slashpoundbang.com>2012-08-23 10:44:40 -0400
committerLouise Crow <louise.crow@gmail.com>2012-11-01 16:47:37 +0000
commit7f92dc83aabf37d33a997136e3024ef9a8e6258b (patch)
treea7c33d95c535f203b0ca797d94bbb4d287ef406a
parent0d15513b3d62b1869ea18ccd8fc9a4af919b8824 (diff)
fix path to patch for Ruby 1.9
-rw-r--r--config/environments/test.rb2
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