diff options
| author | Robert | 2017-07-17 15:34:33 +0200 | 
|---|---|---|
| committer | Robert | 2017-07-19 08:40:03 +0200 | 
| commit | 0c69d141911a1f8e55c50d521691506ba7f32ac0 (patch) | |
| tree | ff6f6586c6a24d0e4fc56683da3ab139178fdb0e /spec/routing/api/v1 | |
| parent | eac2dc45fdf6c7dbaa413396ea513b1642b32c1c (diff) | |
| download | chouette-core-0c69d141911a1f8e55c50d521691506ba7f32ac0.tar.bz2 | |
Refs: #3506@16h  Request Spec for NetexImport API and implementation
- Carrier Wave Upload with `fixture_file_upload`
- Request specs to .json
- Implementation
- API token setup
- Refuted experiments with controller specs
Diffstat (limited to 'spec/routing/api/v1')
| -rw-r--r-- | spec/routing/api/v1/import_routes_spec.rb | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/spec/routing/api/v1/import_routes_spec.rb b/spec/routing/api/v1/import_routes_spec.rb deleted file mode 100644 index 7acc0e82d..000000000 --- a/spec/routing/api/v1/import_routes_spec.rb +++ /dev/null @@ -1,10 +0,0 @@ -RSpec.describe Api::V1::ImportsController do -  describe "routing" do -    it {  -        expect(post: '/api/v1/imports').to route_to( -          controller: 'api/v1/imports', -          action: 'create' -        )  -    } -  end -end  | 
