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:
authorDouwe Maan <douwe@gitlab.com>2017-10-02 13:44:37 +0300
committerDouwe Maan <douwe@gitlab.com>2017-10-02 13:44:37 +0300
commit12c40494edf5812d5e55992e28e0cc824da0d2eb (patch)
treea16068cc27bb7e41ff628007566a8d1d9edf4cba
parent17758dddf79c3c68380607f8d33b087f19582bf4 (diff)
parent972c5e89005a1b843c7925c4f9d44a9049fdaccb (diff)
Merge branch 'fix-gitlay-typo' into 'master'
Fix 'gitlay' typo in spec See merge request gitlab-org/gitlab-ce!14619
-rw-r--r--spec/lib/gitlab/shell_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/shell_spec.rb b/spec/lib/gitlab/shell_spec.rb
index be11647415e..9efdd7940ca 100644
--- a/spec/lib/gitlab/shell_spec.rb
+++ b/spec/lib/gitlab/shell_spec.rb
@@ -156,7 +156,7 @@ describe Gitlab::Shell do
end
end
- context 'with gitlay' do
+ context 'with gitaly' do
it_behaves_like '#add_repository'
end