diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-10-02 11:37:26 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-10-02 11:37:26 +0200 |
commit | 972c5e89005a1b843c7925c4f9d44a9049fdaccb (patch) | |
tree | 3f46d469e22225670d40dc20d9e6d6ef27e89367 /spec/lib | |
parent | 111e395adc78a8d11ec6104de330911a0c0688f7 (diff) | |
download | gitlab-ce-972c5e89005a1b843c7925c4f9d44a9049fdaccb.tar.gz |
Fix 'gitlay' typo in spec
Diffstat (limited to 'spec/lib')
-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 |