aboutsummaryrefslogtreecommitdiffstats
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-03-03 19:36:15 +0000
committerFrancis Irving <francis@mysociety.org>2010-03-03 19:36:15 +0000
commit576eb84deee7ba08eaaf32c2456f0441ecf2a55b (patch)
tree32726a1d02a19167493387475d82e5f1b9262d8f /spec/spec_helper.rb
parenta2091d4c215e642e3d9daa2bcc816960174994f1 (diff)
Test code for FOI officer upload
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 72457815a..ddb9ab14b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -7,7 +7,7 @@ require 'spec/rails'
Spec::Runner.configure do |config|
config.use_transactional_fixtures = true
config.use_instantiated_fixtures = false
- config.fixture_path = RAILS_ROOT + '/spec/fixtures'
+ config.fixture_path = RAILS_ROOT + '/spec/fixtures/'
# You can declare fixtures for each behaviour like this:
# describe "...." do