Commit 57e24880 authored by Alexis Reigel's avatar Alexis Reigel

we only need a test for the happy path

the failure case is already covered by the test in
spec/services/test_hooks/system_service_spec.rb
parent a2655e3f
......@@ -119,14 +119,6 @@ describe 'Admin::Hooks' do
WebMock.stub_request(:post, system_hook.url)
end
it 'fails if the user does not have any repository with a merge request' do
visit admin_hooks_path
find('.hook-test-button.dropdown').click
click_link 'Merge requests events'
expect(page).to have_content 'Ensure one of your projects has merge requests.'
end
it 'succeeds if the user has a repository with a merge request' do
project = create(:project, :repository)
create(:project_member, user: user, project: project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment