aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXinhui2016-11-15 16:47:14 +0100
committerXinhui2016-11-15 16:47:14 +0100
commit8be2d83715d2cf79ae47750e6d34f29d6f2f7f6d (patch)
tree12b1faea5936670354393d9bd2bfa2240fa04081
parentaa6a6f3aabb621e8697cc91bb9760d086678ca89 (diff)
downloadchouette-core-8be2d83715d2cf79ae47750e6d34f29d6f2f7f6d.tar.bz2
Remove belong_to test
-rw-r--r--spec/models/clean_up_result_spec.rb1
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