diff --git a/spec/features/user_managing_videos_spec.rb b/spec/features/user_managing_videos_spec.rb index a8c1fe3..ca5bec6 100644 --- a/spec/features/user_managing_videos_spec.rb +++ b/spec/features/user_managing_videos_spec.rb @@ -117,7 +117,7 @@ feature "User managing videos" do end context 'When the user is account manager' do - let(:current_user) { create(:user, :associate) } + let(:current_user) { create(:user, :account_manager) } it 'does show button to upload new video' do Video.delete_all