diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-04-27 10:18:48 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-04-27 10:18:48 +0100 |
commit | a7d0d25b323d9ca7f31405482f9462570e0cbeaf (patch) | |
tree | 644b8f34e0ca59ae0262c1a936ab65b737b0fcc4 /spec/spec_helper.rb | |
parent | 3a18daf0b880ad9f7ee3591c3c777edfd5688b34 (diff) | |
parent | 6df23e10dfbf3351d3953f99062d46253b5ec94a (diff) |
Merge branch 'develop' of github.com:sebbacon/alaveteli into develop
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r-- | spec/spec_helper.rb | 2 |
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 # |