diff --git a/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb b/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb index c68ae67d..09b5483f 100644 --- a/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb +++ b/lib/shoulda/matchers/action_controller/redirect_to_matcher.rb @@ -18,7 +18,7 @@ module Shoulda # describe 'GET #show' do # before { get :show } # - # it { should redirect_to(posts_path) } + # it { should redirect_to('/posts', posts_path) } # it { should redirect_to(action: :index) } # end # end