Skip to content
Snippets Groups Projects
Commit 51dc249f authored by Mike Kozono's avatar Mike Kozono
Browse files

Fix typo

parent d195ee8f
No related branches found
No related tags found
1 merge request!21293Fix typo
Pipeline #28166981 passed with warnings
......@@ -542,7 +542,7 @@ def repo_rugged
Gitlab::Shell.new.remove_repository('default', 'my_project')
end
shared_examples 'repository mirror fecthing' do
shared_examples 'repository mirror fetching' do
it 'fetches a repository as a mirror remote' do
subject
......@@ -569,11 +569,11 @@ def repo_rugged
end
context 'with gitaly enabled' do
it_behaves_like 'repository mirror fecthing'
it_behaves_like 'repository mirror fetching'
end
context 'with gitaly enabled', :skip_gitaly_mock do
it_behaves_like 'repository mirror fecthing'
it_behaves_like 'repository mirror fetching'
end
def new_repository_path
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment