diff options
| author | Robert | 2017-07-23 22:56:12 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-25 21:31:51 +0200 | 
| commit | fe46c7832fa1e0c6af450f0937aea3534c0f6b01 (patch) | |
| tree | 60670a6ac730a081c3627f25a44c0bd78ea90d3a /spec/requests | |
| parent | 384a06676b8e0985f39fbc894a2d7dd458823529 (diff) | |
| download | chouette-core-fe46c7832fa1e0c6af450f0937aea3534c0f6b01.tar.bz2 | |
Refs: #3507;20h Specing and Implementing the ZipService
Diffstat (limited to 'spec/requests')
| -rw-r--r-- | spec/requests/api/v1/netex_import_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/requests/api/v1/netex_import_spec.rb b/spec/requests/api/v1/netex_import_spec.rb index e67cef9a2..1c34d5544 100644 --- a/spec/requests/api/v1/netex_import_spec.rb +++ b/spec/requests/api/v1/netex_import_spec.rb @@ -4,7 +4,7 @@ RSpec.describe "NetexImport", type: :request do      let( :referential ){ create :referential } -    let( :file_path ){'spec/fixtures/neptune.zip'} +    let( :file_path ){ fixtures_path 'singleref.zip' }      let( :file ){ fixture_file_upload( file_path ) }      let( :post_request ) do | 
