diff options
| author | jpl | 2017-05-31 14:22:00 +0200 | 
|---|---|---|
| committer | jpl | 2017-05-31 14:22:00 +0200 | 
| commit | 1e2b73bba72ee32b88ee450e9c8e32007eefd86e (patch) | |
| tree | 6bea7d47018fbdd91a4a68f8ed19642b4a3c8d31 | |
| parent | 203b94aac86fc18ccb68885dea188a972cea870d (diff) | |
| download | chouette-core-1e2b73bba72ee32b88ee450e9c8e32007eefd86e.tar.bz2 | |
Refs #3611: fix tests
| -rw-r--r-- | spec/features/routes_spec.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/spec/features/routes_spec.rb b/spec/features/routes_spec.rb index 6d9ba990d..0850ac00e 100644 --- a/spec/features/routes_spec.rb +++ b/spec/features/routes_spec.rb @@ -36,6 +36,7 @@ describe "Routes", :type => :feature do        visit referential_line_path(referential, line)        click_link "Ajouter un itinéraire"        fill_in "route_name", :with => "A to B" +      fill_in "route_published_name", :with => "AtoB"        # select 'Aller', :from => "route_direction"        check('route[wayback]')        click_button("Valider") | 
