module RSpec::Rails::Matchers::RedirectTo

def redirect_to(target)

response.should redirect_to(:action => "new")

@example

Delegates to `assert_redirected_to`
def redirect_to(target)
  RedirectTo.new(self, target)
end