diff options
| author | Alban Peignier | 2018-03-22 15:48:36 +0100 | 
|---|---|---|
| committer | Alban Peignier | 2018-03-22 15:49:52 +0100 | 
| commit | 246382fd77799e4cf1a04578be0d8f0e982a5164 (patch) | |
| tree | 3bac0143f42ed368e2a1b7e43a09f18b930dc274 /spec/controllers/routes_controller_spec.rb | |
| parent | 9ae51de7d821aa2d0277fdab3aaeb5f32642a0ca (diff) | |
| download | chouette-core-246382fd77799e4cf1a04578be0d8f0e982a5164.tar.bz2 | |
Remove maps code. Refs #6296
Diffstat (limited to 'spec/controllers/routes_controller_spec.rb')
| -rw-r--r-- | spec/controllers/routes_controller_spec.rb | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/spec/controllers/routes_controller_spec.rb b/spec/controllers/routes_controller_spec.rb index f8e8697ec..e4dc6bc23 100644 --- a/spec/controllers/routes_controller_spec.rb +++ b/spec/controllers/routes_controller_spec.rb @@ -68,14 +68,8 @@ RSpec.describe RoutesController, type: :controller do      end      it_behaves_like "route, line and referential linked" - -    it "assigns RouteMap.new(route) as @map" do -      expect(assigns[:map]).to be_an_instance_of(RouteMap) -      expect(assigns[:map].route).to eq(route) -    end    end -    describe "POST /duplicate" do      let!( :route_prime ){ route } | 
