aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorJames McKinney <james@slashpoundbang.com>2012-04-02 18:00:22 +0100
committerJames McKinney <james@slashpoundbang.com>2012-04-02 18:00:22 +0100
commit74d74416d145a49c04f62ec9659f1a564251c1b6 (patch)
treee7d60c26852096b5edec1195ff23640b54bb7fcd /spec/spec_helper.rb
parent91925edb6a52b8f7e5320ed1c081aff90046dc5c (diff)
use Rails.root, not RAILS_ROOT
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index c00da48bc..99cf8a2c8 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -43,7 +43,7 @@ Spec::Runner.configure do |config|
#
# You can also declare which fixtures to use (for example fixtures for test/fixtures):
#
- # config.fixture_path = RAILS_ROOT + '/spec/fixtures/'
+ # config.fixture_path = Rails.root + '/spec/fixtures/'
#
# == Mock Framework
#