aboutsummaryrefslogtreecommitdiffstats
path: root/config/environments/test.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-11-12 13:46:59 +0000
committerLouise Crow <louise.crow@gmail.com>2012-11-12 13:46:59 +0000
commit8b4003f7fce9e089f2220e6f1a21681f7cf2df3d (patch)
tree15333943091fc3ae79dedee46a6dd34ce3f1a1ec /config/environments/test.rb
parent646fffde374e575ab53cfae78e7a0c521cd90d6f (diff)
parentc96b27c301023a6a1f50c12f0c387205b0255836 (diff)
Merge remote-tracking branch 'origin/release/0.6.8' into wdtk
Conflicts: config/general.yml-example
Diffstat (limited to 'config/environments/test.rb')
-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