Skip to content

Commit e3c80f8

Browse files
committed
Remove orphan :let
1 parent 2dc45a0 commit e3c80f8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

spec/models/case_court_report_context_spec.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@
182182
let(:org) { create(:casa_org) }
183183
let(:casa_case) { create(:casa_case, casa_org: org) }
184184
let(:topics) { [1, 2, 3].map { |i| create(:contact_topic, casa_org: org, question: "Question #{i}", details: "Details #{i}") } }
185-
let(:hidden_topic) do
186-
create(:contact_topic, casa_org: org, question: "Dont Show Me", details: "I Shall Not Appear On Court Reports")
187-
end
188185
let(:contacts) do
189186
[1, 2, 3, 4].map do |i|
190187
create(:case_contact,

0 commit comments

Comments
 (0)