Commit 1b677d29 authored by Sean Gregory's avatar Sean Gregory Committed by Luke Duncalfe

Adds spec for EE project integrations

This change adds a spec for EE project integrations
(Currently Github)
parent 0116ce66
# frozen_string_literal: true
require 'spec_helper'
RSpec.describe 'Project integrations', :js do
include_context 'project integration activation'
it_behaves_like 'integration settings form' do
let(:integrations) { [Integrations::Github.new] }
before do
stub_licensed_features(github_project_service_integration: true)
end
def navigate_to_integration(integration)
visit_project_integration(integration.title)
end
end
end
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