Commit 51dc249f authored by Michael Kozono's avatar Michael Kozono

Fix typo

parent d195ee8f
...@@ -542,7 +542,7 @@ describe Gitlab::Git::Repository, :seed_helper do ...@@ -542,7 +542,7 @@ describe Gitlab::Git::Repository, :seed_helper do
Gitlab::Shell.new.remove_repository('default', 'my_project') Gitlab::Shell.new.remove_repository('default', 'my_project')
end end
shared_examples 'repository mirror fecthing' do shared_examples 'repository mirror fetching' do
it 'fetches a repository as a mirror remote' do it 'fetches a repository as a mirror remote' do
subject subject
...@@ -569,11 +569,11 @@ describe Gitlab::Git::Repository, :seed_helper do ...@@ -569,11 +569,11 @@ describe Gitlab::Git::Repository, :seed_helper do
end end
context 'with gitaly enabled' do context 'with gitaly enabled' do
it_behaves_like 'repository mirror fecthing' it_behaves_like 'repository mirror fetching'
end end
context 'with gitaly enabled', :skip_gitaly_mock do context 'with gitaly enabled', :skip_gitaly_mock do
it_behaves_like 'repository mirror fecthing' it_behaves_like 'repository mirror fetching'
end end
def new_repository_path def new_repository_path
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment