diff options
| author | Edouard Maffert | 2016-07-28 15:05:14 +0200 | 
|---|---|---|
| committer | Edouard Maffert | 2016-07-28 15:05:36 +0200 | 
| commit | c73fc634eee6e306594df37f7ec21be7a6366dbd (patch) | |
| tree | d103ab375c2b2e1c9cc44c7a6295f09d12797ef0 /spec/features/lines_spec.rb | |
| parent | 6dc3c7a58d5c0fc0beb8a428616dce52e2361305 (diff) | |
| download | chouette-core-c73fc634eee6e306594df37f7ec21be7a6366dbd.tar.bz2 | |
fix tests
Diffstat (limited to 'spec/features/lines_spec.rb')
| -rw-r--r-- | spec/features/lines_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/lines_spec.rb b/spec/features/lines_spec.rb index 91185c22e..67303e05b 100644 --- a/spec/features/lines_spec.rb +++ b/spec/features/lines_spec.rb @@ -41,7 +41,7 @@ describe "Lines", :type => :feature do        click_link "Ajouter une ligne"        fill_in "line_name", :with => "Line 1"        fill_in "Numéro d'enregistrement", :with => "1" -      fill_in "Identifiant Neptune", :with => "test:Line:999" +      fill_in "Identifiant Neptune", :with => "chouette:test:Line:999"        click_button("Créer ligne")        expect(page).to have_content("Line 1")      end | 
