Skip to content

Commit

Permalink
Remove puts debugging from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Apr 12, 2022
1 parent 83cb16c commit 6280feb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/views/admin/attachments/show_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
it "displays urls to file" do
assign(:attachment, attachment)
render
puts rendered
aggregate_failures do
expect(rendered).to have_selector("label:contains('URL') + p:contains('/attachment/#{attachment.id}/show')")
expect(rendered).to have_selector("label:contains('Download-URL') + p:contains('/attachment/#{attachment.id}/download')")
Expand Down

0 comments on commit 6280feb

Please sign in to comment.