summaryrefslogtreecommitdiff
path: root/spec/services/issuable
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/issuable')
-rw-r--r--spec/services/issuable/clone/attributes_rewriter_spec.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/services/issuable/clone/attributes_rewriter_spec.rb b/spec/services/issuable/clone/attributes_rewriter_spec.rb
index 6bc0df8260b..9111b19d7b7 100644
--- a/spec/services/issuable/clone/attributes_rewriter_spec.rb
+++ b/spec/services/issuable/clone/attributes_rewriter_spec.rb
@@ -112,9 +112,6 @@ describe Issuable::Clone::AttributesRewriter do
expect(event.milestone_id).to eq(expected_attrs[:milestone].id)
expect(event.action).to eq(expected_attrs[:action])
expect(event.state).to eq(expected_attrs[:state])
-
- expect(event.reference).to be_nil
- expect(event.reference_html).to be_nil
end
end
end