diff options
| author | Luc Donnet | 2015-01-29 16:53:30 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2015-01-29 16:53:30 +0100 | 
| commit | f0a1afd8947a4c16af737b86f6c1c97b94c4710d (patch) | |
| tree | f257d18828ff385588c09895b80b94a847f5f4f0 /spec/features/journey_pattern_spec.rb | |
| parent | 0bf25cd563d38da17c9265570a98bff210044424 (diff) | |
| parent | c3ed60be997734921c8305f24b78e997e52a9cd3 (diff) | |
| download | chouette-core-f0a1afd8947a4c16af737b86f6c1c97b94c4710d.tar.bz2 | |
Merge with V2_5 development
Diffstat (limited to 'spec/features/journey_pattern_spec.rb')
| -rw-r--r-- | spec/features/journey_pattern_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/journey_pattern_spec.rb b/spec/features/journey_pattern_spec.rb index 1e50b47c7..9bddcf3bc 100644 --- a/spec/features/journey_pattern_spec.rb +++ b/spec/features/journey_pattern_spec.rb @@ -33,7 +33,7 @@ describe "JourneyPatterns", :type => :feature do        click_link "Ajouter une mission"        fill_in "Nom", :with => "A to B"        fill_in "Comment", :with => "AB" -      click_button("Créer Mission") +      click_button("Créer mission")        expect(page).to have_content("A to B")      end    end | 
