Commit ab1c7854 authored by Tom Quirk's avatar Tom Quirk

Clean up hooks_helper_spec.rb

parent b9141ad9
...@@ -4,10 +4,8 @@ require 'spec_helper' ...@@ -4,10 +4,8 @@ require 'spec_helper'
RSpec.describe HooksHelper do RSpec.describe HooksHelper do
let(:project) { create(:project) } let(:project) { create(:project) }
let(:integration) { create(:drone_ci_integration, project: project) }
let(:project_hook) { create(:project_hook, project: project) } let(:project_hook) { create(:project_hook, project: project) }
let(:service_hook) { create(:service_hook, integration: integration) } let(:service_hook) { create(:service_hook, integration: create(:drone_ci_integration)) }
let(:system_hook) { create(:system_hook) } let(:system_hook) { create(:system_hook) }
describe '#link_to_test_hook' do describe '#link_to_test_hook' do
......
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