diff options
| author | Luc Donnet | 2016-11-20 16:50:56 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2016-11-20 16:50:56 +0100 | 
| commit | 5e930d12da90b263f845b9d5d8cfd7697b3dfce3 (patch) | |
| tree | 9b7f82179b26a0efac15c316c3629c8f095191a1 /spec | |
| parent | eccecf8d2cf9c6942993f831565f55eb4943068b (diff) | |
| download | chouette-core-5e930d12da90b263f845b9d5d8cfd7697b3dfce3.tar.bz2 | |
Fix spec because link for boarding and alighting are commented
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/features/routes_spec.rb | 26 | 
1 files changed, 13 insertions, 13 deletions
| diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb index 267e2597b..8667a4a6f 100644 --- a/spec/features/routes_spec.rb +++ b/spec/features/routes_spec.rb @@ -40,18 +40,18 @@ describe "Routes", :type => :feature do      end    end -  describe "Modifies boarding/alighting properties on route stops" do -    it "Puts (http) an update request" do -      #visit edit_boarding_alighting_referential_line_route_path(referential, line, route) -      visit referential_line_route_path(referential, line, route) -      click_link I18n.t('routes.actions.edit_boarding_alighting') -      #select('', :from => '') -      # Changes the boarding of the first stop -      # Changes the alighting of the last stop -      # save -      #click_button(I18n.t('helpers.submit.update', model: I18n.t('activerecord.models.route.one'))) -      click_button(I18n.t('helpers.submit.update', model: I18n.t('activerecord.models.route.one'))) -    end -  end +  # describe "Modifies boarding/alighting properties on route stops" do +  #   it "Puts (http) an update request" do +  #     #visit edit_boarding_alighting_referential_line_route_path(referential, line, route) +  #     visit referential_line_route_path(referential, line, route) +  #     click_link I18n.t('routes.actions.edit_boarding_alighting') +  #     #select('', :from => '') +  #     # Changes the boarding of the first stop +  #     # Changes the alighting of the last stop +  #     # save +  #     #click_button(I18n.t('helpers.submit.update', model: I18n.t('activerecord.models.route.one'))) +  #     click_button(I18n.t('helpers.submit.update', model: I18n.t('activerecord.models.route.one'))) +  #   end +  # end  end | 
