# File lib/shoulda/action_controller/matchers/redirect_to_matcher.rb, line 11
11:       def redirect_to(url_or_description, &block)
12:         RedirectToMatcher.new(url_or_description, self, &block)
13:       end