fix spec
This commit is contained in:
@@ -117,7 +117,7 @@ feature "User managing videos" do
|
|||||||
end
|
end
|
||||||
|
|
||||||
context 'When the user is account manager' do
|
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
|
it 'does show button to upload new video' do
|
||||||
Video.delete_all
|
Video.delete_all
|
||||||
|
|||||||
Reference in New Issue
Block a user