From ec35d1614555621a23b6688839ce2b223126e851 Mon Sep 17 00:00:00 2001 From: Xinhui Date: Fri, 16 Jun 2017 11:11:23 +0200 Subject: Remove fields from referential new Refs #3657 --- spec/features/referentials_spec.rb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'spec/features/referentials_spec.rb') diff --git a/spec/features/referentials_spec.rb b/spec/features/referentials_spec.rb index 089f818e8..337271fea 100644 --- a/spec/features/referentials_spec.rb +++ b/spec/features/referentials_spec.rb @@ -109,13 +109,9 @@ describe "Referentials", :type => :feature do end describe "create" do - it "should" do visit new_referential_path fill_in "Nom", :with => "Test" - 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 "Valider" expect(Referential.where(:name => "Test")).not_to be_nil -- cgit v1.2.3