aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/controllers/imports_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/imports_controller_spec.rb b/spec/controllers/imports_controller_spec.rb
index 9c5f2e641..8e2582a99 100644
--- a/spec/controllers/imports_controller_spec.rb
+++ b/spec/controllers/imports_controller_spec.rb
@@ -15,7 +15,7 @@ describe ImportsController do
before(:each) do
post :create,
:referential_id => referential.id,
- :import => { :resources => Rack::Test::UploadedFile.new( "tmp/demo.zip", 'application/zip', false)}
+ :import => { :resources => Rack::Test::UploadedFile.new( "spec/fixtures/neptune.zip", 'application/zip', false)}
end
it "assigns import.referential as @referential" do