Skip to content

Commit 2e86eaf

Browse files
committed
Removes stray puts from test files
1 parent 1009895 commit 2e86eaf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spec/features/admin/manage_sponsor_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
sponsor = Fabricate(:sponsor)
6464

6565
visit edit_admin_sponsor_path(sponsor)
66-
puts page.body
6766

6867
expect(page.find('.small-image')['alt']).to match("#{sponsor.name} logo")
6968

spec/mailers/feedback_request_mailer_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828

2929
expect(email.subject).to eq(email_subject)
3030
expect(email.from).to eq(['[email protected]'])
31-
puts email.body
3231
end
3332
end
3433
end

0 commit comments

Comments
 (0)