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:
authorJacob Vosmaer <jacob@gitlab.com>2017-10-02 12:37:26 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-10-02 12:37:26 +0300
commit972c5e89005a1b843c7925c4f9d44a9049fdaccb (patch)
tree3f46d469e22225670d40dc20d9e6d6ef27e89367
parent111e395adc78a8d11ec6104de330911a0c0688f7 (diff)
Fix 'gitlay' typo in spec
-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