fixing tests

This commit is contained in:
Jared Cosulich 2017-04-05 11:43:11 -04:00
parent 68f9dedcbd
commit cc82f74525
2 changed files with 7 additions and 3 deletions

View file

@ -17,7 +17,9 @@ class AttemptsController < ApplicationController
responded_at: Time.new,
twilio_details: twilio_params.to_h.to_yaml
)
render plain: "We've registered your response of #{attempt.response}. To see how others responded to the same question please visit"
render plain: """We've registered your response of #{attempt.response}.
To see how others responded to the same question please visit
#{school_category_url(attempt.recipient.school, attempt.question.category)}"""
end
# # GET /attempts/1/edit