fix PostsController specs by using explicit form of the sign_in helper

This commit is contained in:
Jonne Haß 2014-02-10 01:20:37 +01:00
parent 0d42285496
commit b3e59dc3d5

View file

@ -17,7 +17,7 @@ describe PostsController do
describe '#show' do describe '#show' do
context 'user signed in' do context 'user signed in' do
before do before do
sign_in alice sign_in :user, alice
end end
it 'succeeds' do it 'succeeds' do