diff options
| author | Robert | 2017-07-31 22:02:38 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-31 22:02:38 +0200 | 
| commit | 8b748a668c9be125bdff3cf0e2bd0f023fbe7dc5 (patch) | |
| tree | b6fd8318802d91e7d20778a60b9ba60463f4786c /spec/requests | |
| parent | 54856654f0e7c1802ab785f8dff689f35c92fe80 (diff) | |
| download | chouette-core-8b748a668c9be125bdff3cf0e2bd0f023fbe7dc5.tar.bz2 | |
Refs: #3507@3h; CR finished
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 1c34d5544..ab1e7f6ae 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 ){ fixtures_path 'singleref.zip' } +    let( :file_path ){ fixtures_path 'single_reference_import.zip' }      let( :file ){ fixture_file_upload( file_path ) }      let( :post_request ) do | 
