# File lib/shoulda/action_controller/matchers/respond_with_matcher.rb, line 18
18:       def respond_with(status)
19:         RespondWithMatcher.new(status)
20:       end