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:
authorThong Kuah <tkuah@gitlab.com>2018-07-19 01:41:31 +0300
committerThong Kuah <tkuah@gitlab.com>2018-08-28 07:40:37 +0300
commit3ee51200eb20220d31a0c267b7b6eef57cc97d01 (patch)
tree57049413c51944f7f8aee96d7c760f1d3c8b54c4
parentc0dcf8ce3c1e3d3ee2cb0e73eee615060a864714 (diff)
Fix spelling in spec context description
-rw-r--r--spec/models/project_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 8cb706b54b0..bd8936faa7f 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -3497,7 +3497,7 @@ describe Project do
end
end
- context 'when explicitely enabled' do
+ context 'when explicitly enabled' do
context 'when domain is empty' do
before do
create(:project_auto_devops, project: project, domain: nil)