# File lib/shoulda/action_controller/macros.rb, line 121
121:       def should_respond_with(response)
122:         should "respond with #{response}" do
123:           matcher = respond_with(response)
124:           assert_accepts matcher, @controller
125:         end
126:       end