diff --git a/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb b/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb index 8100c45d..c68ae67d 100644 --- a/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb +++ b/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb @@ -28,7 +28,7 @@ module Shoulda # context 'GET #show' do # setup { get :show } # - # should redirect_to { posts_path } + # should redirect_to('/posts') { posts_path } # should redirect_to(action: :index) # end # end