# File lib/shoulda/action_controller/macros.rb, line 134
134:       def should_respond_with_content_type(content_type)
135:         matcher = respond_with_content_type(content_type)
136:         should matcher.description do
137:           assert_accepts matcher, @controller
138:         end
139:       end