diff options
| author | Xinhui | 2016-11-15 16:47:14 +0100 |
|---|---|---|
| committer | Xinhui | 2016-11-15 16:47:14 +0100 |
| commit | 8be2d83715d2cf79ae47750e6d34f29d6f2f7f6d (patch) | |
| tree | 12b1faea5936670354393d9bd2bfa2240fa04081 | |
| parent | aa6a6f3aabb621e8697cc91bb9760d086678ca89 (diff) | |
| download | chouette-core-8be2d83715d2cf79ae47750e6d34f29d6f2f7f6d.tar.bz2 | |
Remove belong_to test
| -rw-r--r-- | spec/models/clean_up_result_spec.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/models/clean_up_result_spec.rb b/spec/models/clean_up_result_spec.rb index 5b1efe689..c8a54d7bc 100644 --- a/spec/models/clean_up_result_spec.rb +++ b/spec/models/clean_up_result_spec.rb @@ -1,5 +1,4 @@ require 'rails_helper' RSpec.describe CleanUpResult, :type => :model do - it { should belong_to(:clean_up) } end |
