Skip to content

Commit d97549c

Browse files
committed
Removes rspec focus and typo
1 parent e4a6f95 commit d97549c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/system/donation_system_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@
249249
end.to change { Donation.count }.by(1)
250250
end
251251

252-
it "Displays ProductDrive Participants sources by business name then contact name)", :focus => true do
252+
it "Displays ProductDrive Participants sources by business name then contact name" do
253253
select Donation::SOURCES[:product_drive], from: "donation_source"
254254
select ProductDrive.first.name, from: "donation_product_drive_id"
255255
expect(page).to have_select('donation_product_drive_participant_id', with_options: ['contact without business name'])

0 commit comments

Comments
 (0)