Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
00baed8c
Commit
00baed8c
authored
Aug 18, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'mk/fix-typo' into 'master'
Fix typo See merge request gitlab-org/gitlab-ce!21293
parents
d195ee8f
51dc249f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
spec/lib/gitlab/git/repository_spec.rb
spec/lib/gitlab/git/repository_spec.rb
+3
-3
No files found.
spec/lib/gitlab/git/repository_spec.rb
View file @
00baed8c
...
@@ -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 fe
ct
hing'
do
shared_examples
'repository mirror fe
tc
hing'
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 fe
ct
hing'
it_behaves_like
'repository mirror fe
tc
hing'
end
end
context
'with gitaly enabled'
,
:skip_gitaly_mock
do
context
'with gitaly enabled'
,
:skip_gitaly_mock
do
it_behaves_like
'repository mirror fe
ct
hing'
it_behaves_like
'repository mirror fe
tc
hing'
end
end
def
new_repository_path
def
new_repository_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment