diff options
| author | Zog | 2018-04-26 11:21:59 +0200 | 
|---|---|---|
| committer | Johan Van Ryseghem | 2018-04-26 11:22:34 +0200 | 
| commit | e69dfa80737402286adbfe6f29edae2efca36fd8 (patch) | |
| tree | 3d3356cbb7bf1f0f507f7b2dc37b9cf94b12a463 /spec/controllers/referentials_controller_spec.rb | |
| parent | cc1be3219f3263e23023590ab04bc8cc94405754 (diff) | |
| download | chouette-core-e69dfa80737402286adbfe6f29edae2efca36fd8.tar.bz2 | |
Refs #6811; Fix specs
Diffstat (limited to 'spec/controllers/referentials_controller_spec.rb')
| -rw-r--r-- | spec/controllers/referentials_controller_spec.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/spec/controllers/referentials_controller_spec.rb b/spec/controllers/referentials_controller_spec.rb index ff450c905..acab3abd9 100644 --- a/spec/controllers/referentials_controller_spec.rb +++ b/spec/controllers/referentials_controller_spec.rb @@ -94,7 +94,7 @@ describe ReferentialsController, :type => :controller do          expect(new_referential.stop_area_referential).to eq referential.stop_area_referential          expect(new_referential.objectid_format).to eq referential.objectid_format          expect(new_referential.prefix).to eq referential.prefix -        expect(new_referential.slug).to eq "#{referential.slug}_clone" +        expect(new_referential.slug).to be_nil          expect(new_referential.workbench).to eq workbench        end      end | 
