diff options
| author | Douwe Maan <douwe@gitlab.com> | 2017-10-02 10:44:37 +0000 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2017-10-02 10:44:37 +0000 |
| commit | 12c40494edf5812d5e55992e28e0cc824da0d2eb (patch) | |
| tree | a16068cc27bb7e41ff628007566a8d1d9edf4cba | |
| parent | 17758dddf79c3c68380607f8d33b087f19582bf4 (diff) | |
| parent | 972c5e89005a1b843c7925c4f9d44a9049fdaccb (diff) | |
| download | gitlab-ce-12c40494edf5812d5e55992e28e0cc824da0d2eb.tar.gz | |
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.rb | 2 |
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 |
