Update documentation for rspec as well

This commit is contained in:
Edward Poot 2016-11-07 23:49:04 +01:00 committed by Elliot Winkler
parent fae44066d2
commit eb22044576
1 changed files with 1 additions and 1 deletions

View File

@ -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