aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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