diff options
| author | Zog | 2018-04-27 15:07:25 +0200 |
|---|---|---|
| committer | Johan Van Ryseghem | 2018-04-27 15:13:51 +0200 |
| commit | e1425294874b4cd4d71668e7669220252ea2e936 (patch) | |
| tree | 89d2877305ad5e066e47f3692b1d0b619c381eb1 /spec/models/referential_spec.rb | |
| parent | 3ed5ca0e97c287977646b7af6a41632c9dd3ad49 (diff) | |
| download | chouette-core-e1425294874b4cd4d71668e7669220252ea2e936.tar.bz2 | |
Refs #6572; Fix specs
Diffstat (limited to 'spec/models/referential_spec.rb')
| -rw-r--r-- | spec/models/referential_spec.rb | 4 |
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 |
