aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/referential_spec.rb
diff options
context:
space:
mode:
authorZog2018-04-27 15:07:25 +0200
committerJohan Van Ryseghem2018-04-27 15:13:51 +0200
commite1425294874b4cd4d71668e7669220252ea2e936 (patch)
tree89d2877305ad5e066e47f3692b1d0b619c381eb1 /spec/models/referential_spec.rb
parent3ed5ca0e97c287977646b7af6a41632c9dd3ad49 (diff)
downloadchouette-core-e1425294874b4cd4d71668e7669220252ea2e936.tar.bz2
Refs #6572; Fix specs
Diffstat (limited to 'spec/models/referential_spec.rb')
-rw-r--r--spec/models/referential_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/models/referential_spec.rb b/spec/models/referential_spec.rb
index 8b8cf4359..eb9c2e338 100644
--- a/spec/models/referential_spec.rb
+++ b/spec/models/referential_spec.rb
@@ -88,8 +88,8 @@ describe Referential, :type => :model do
cleanup
end
- it "should return the cleanup" do
- expect(operation).to eq cleanup
+ it "should return nothing" do
+ expect(operation).to be_nil
end
end
end