summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-07-17 17:17:33 +0200
committerMarin Jankovski <maxlazio@gmail.com>2015-07-17 17:17:33 +0200
commit77f325a49fd955f73197a6270c82d28053e2c19e (patch)
treeab861dafc060bc8cb6ea38fd629e1519b7af46b0
parentc7daa5f17fdb45cb7acc058a3a418be19c42712a (diff)
downloadgitlab-ce-validate_token_and_url_format_for_gitlab_ci.tar.gz
-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) }