This commit is contained in:
Bilal
2020-07-01 12:46:53 +02:00
parent 709cdc030d
commit 749aa4efd9

View File

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