diff options
| author | jpl | 2017-03-17 17:28:36 +0100 | 
|---|---|---|
| committer | jpl | 2017-03-17 17:28:36 +0100 | 
| commit | 82f8b8a0cf518946d94573831676237411e1ece9 (patch) | |
| tree | 7cd4182e3337a7dd185ef7e97e688cba6ca0fa82 /spec/features/referentials_spec.rb | |
| parent | 42c0d639d933a7234b5dfbf2987b9c3a4175fca3 (diff) | |
| download | chouette-core-82f8b8a0cf518946d94573831676237411e1ece9.tar.bz2 | |
Refs #2859: fix wording issues
Diffstat (limited to 'spec/features/referentials_spec.rb')
| -rw-r--r-- | spec/features/referentials_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/features/referentials_spec.rb b/spec/features/referentials_spec.rb index 65f895a9c..39c5adcd5 100644 --- a/spec/features/referentials_spec.rb +++ b/spec/features/referentials_spec.rb @@ -41,7 +41,7 @@ describe "Referentials", :type => :feature do        fill_in "Code", :with => "test"        fill_in "Point haut/droite de l'emprise par défaut", :with => "0.0, 0.0"        fill_in "Point bas/gauche de l'emprise par défaut", :with => "1.0, 1.0" -      click_button "Enregistrer" +      click_button "Valider"        expect(Referential.where(:name => "Test")).not_to be_nil        # CREATE SCHEMA | 
