aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Florisson2014-01-22 10:12:50 +0100
committerMarc Florisson2014-01-22 10:12:50 +0100
commit4e71abdc01f9f04ce6eec1989fa756ffc823fd65 (patch)
treebfc06380a3e8d0b056ab89380d7d41c8e74f7a8e
parentce7d0450c34b2b4d981dc7c70a235e135a20bde7 (diff)
downloadchouette-core-4e71abdc01f9f04ce6eec1989fa756ffc823fd65.tar.bz2
fix imports_controller_spec
-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