Test fixes

This commit is contained in:
Stella Rouzi 2017-07-12 15:58:46 +03:00
parent fe8c7bb83f
commit e894176a10
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ describe Admin::VersionsController do
user = create(:user)
sign_in user
get :index, conference_id: conference.short_title
expect(flash[:alert]).to match('You are not authorized to access this area.')
expect(flash[:alert]).to match('You are not authorized to access this page.')
end
end
end