aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/referentials_controller_spec.rb
diff options
context:
space:
mode:
authorZog2018-04-26 11:21:59 +0200
committerJohan Van Ryseghem2018-04-26 11:22:34 +0200
commite69dfa80737402286adbfe6f29edae2efca36fd8 (patch)
tree3d3356cbb7bf1f0f507f7b2dc37b9cf94b12a463 /spec/controllers/referentials_controller_spec.rb
parentcc1be3219f3263e23023590ab04bc8cc94405754 (diff)
downloadchouette-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.rb2
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