Skip to content

Commit dc80429

Browse files
Test: disable RSpec/LetSetup cop for other_org_case in index_spec.rb
Signed-off-by: Audrea Cook <[email protected]>
1 parent 28b3d70 commit dc80429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/case_court_reports/index_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
let(:casa_org) { volunteer_assigned_to_case.casa_org } # Derive org from the volunteer
188188
let!(:unassigned_case) { create(:casa_case, casa_org: casa_org, case_number: "UNASSIGNED-CASE-1", active: true) }
189189
let!(:other_org) { create(:casa_org) }
190-
let!(:other_org_case) { create(:casa_case, casa_org: other_org, case_number: "OTHER-ORG-CASE-99", active: true) }
190+
let!(:other_org_case) { create(:casa_case, casa_org: other_org, case_number: "OTHER-ORG-CASE-99", active: true) } # rubocop:disable RSpec/LetSetup
191191

192192
context "when logged in as a volunteer" do
193193
let(:volunteer) { volunteer_assigned_to_case }

0 commit comments

Comments
 (0)