aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/views/request/show.rhtml_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/views/request/show.rhtml_spec.rb b/spec/views/request/show.rhtml_spec.rb
index f4222e354..9b2abab65 100644
--- a/spec/views/request/show.rhtml_spec.rb
+++ b/spec/views/request/show.rhtml_spec.rb
@@ -87,7 +87,6 @@ describe 'when viewing an information request' do
it 'should show a link to follow up the last response with clarification' do
do_render
expected_url = "http://test.host/request/#{@mock_request.id}/response/#{@mock_response.id}#followup"
- puts response.body
response.should have_tag("a[href=#{expected_url}]", :text => 'send a follow up message')
end