Skip to content

Commit 1ad4ff9

Browse files
committed
Fixes silly linter mistake in spec file
1 parent abfe8fa commit 1ad4ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/system/donation_system_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
select "businesstest", from: "donation_product_drive_participant_id"
286286
end
287287

288-
#seems like a duplicate check but this update happens via JS, so we have to test that code works too
288+
# seems like a duplicate check but this update happens via JS, so we have to test that code works too
289289
it "Renders ProductDrive Participants sources by business name then contact name after creating a participant" do
290290
select Donation::SOURCES[:product_drive], from: "donation_source"
291291
select "---Create new Participant---", from: "donation_product_drive_participant_id"
@@ -300,7 +300,7 @@
300300
click_on "product-drive-participant-submit"
301301

302302
select ProductDrive.first.name, from: "donation_product_drive_id"
303-
#note that I'm not explicitly testing the business name here, this is handled in the previous test
303+
# note that I'm not explicitly testing the business name here, this is handled in the previous test
304304
expect(page).to have_select('donation_product_drive_participant_id', with_options: ['2nd contact without business name'])
305305
end
306306

0 commit comments

Comments
 (0)