Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-07-17 18:17:33 +0300
committerMarin Jankovski <maxlazio@gmail.com>2015-07-17 18:17:33 +0300
commit77f325a49fd955f73197a6270c82d28053e2c19e (patch)
treeab861dafc060bc8cb6ea38fd629e1519b7af46b0 /spec/models
parentc7daa5f17fdb45cb7acc058a3a418be19c42712a (diff)
Do not disappoint rubocop.
Diffstat (limited to 'spec/models')
-rw-r--r--spec/models/project_services/gitlab_ci_service_spec.rb2
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) }