diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-07-17 17:17:33 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-07-17 17:17:33 +0200 |
commit | 77f325a49fd955f73197a6270c82d28053e2c19e (patch) | |
tree | ab861dafc060bc8cb6ea38fd629e1519b7af46b0 /spec/models | |
parent | c7daa5f17fdb45cb7acc058a3a418be19c42712a (diff) | |
download | gitlab-ce-77f325a49fd955f73197a6270c82d28053e2c19e.tar.gz |
Do not disappoint rubocop.validate_token_and_url_format_for_gitlab_ci
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/project_services/gitlab_ci_service_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_services/gitlab_ci_service_spec.rb b/spec/models/project_services/gitlab_ci_service_spec.rb index 4f8a1986995..a14384c87b4 100644 --- a/spec/models/project_services/gitlab_ci_service_spec.rb +++ b/spec/models/project_services/gitlab_ci_service_spec.rb @@ -26,7 +26,7 @@ describe GitlabCiService do it { is_expected.to have_one(:service_hook) } end - describe 'validations' do + describe 'validations' do context 'active' do before { allow(subject).to receive(:activated?).and_return(true) } |