diff options
| author | RobertDober | 2017-04-10 11:03:11 +0200 |
|---|---|---|
| committer | RobertDober | 2017-04-11 15:40:26 +0200 |
| commit | 7b9370d10a2d67b83610b8cf8b876734972c2ee9 (patch) | |
| tree | 37f7767c2efa2dc596e5668be1165fd20fb8925b /spec/controllers/routes_controller_spec.rb | |
| parent | b19578172fc0d8ddc3d9ec8fa325854a8eebbe69 (diff) | |
| download | chouette-core-7b9370d10a2d67b83610b8cf8b876734972c2ee9.tar.bz2 | |
Deprecation Warnings removed; Seeds corrected, Refs: #2070
Diffstat (limited to 'spec/controllers/routes_controller_spec.rb')
| -rw-r--r-- | spec/controllers/routes_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/routes_controller_spec.rb b/spec/controllers/routes_controller_spec.rb index de6d16c8b..18067dec7 100644 --- a/spec/controllers/routes_controller_spec.rb +++ b/spec/controllers/routes_controller_spec.rb @@ -9,7 +9,7 @@ describe RoutesController, :type => :controller do shared_examples_for "redirected to referential_line_path(referential,line)" do it "should redirect_to referential_line_path(referential,line)" do - #response.should redirect_to( referential_line_path(referential,route.line) ) + # expect(response).to redirect_to( referential_line_path(referential,route.line) ) end end shared_examples_for "line and referential linked" do |
