Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Commits
51dc249f
Commit
51dc249f
authored
6 years ago
by
Mike Kozono
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
d195ee8f
No related branches found
No related tags found
1 merge request
!21293
Fix typo
Pipeline
#28166981
passed with warnings
6 years ago
Stage: build
Stage: prepare
Stage: test
Stage: post-test
Stage: post-cleanup
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
spec/lib/gitlab/git/repository_spec.rb
+3
-3
3 additions, 3 deletions
spec/lib/gitlab/git/repository_spec.rb
with
3 additions
and
3 deletions
spec/lib/gitlab/git/repository_spec.rb
+
3
−
3
View file @
51dc249f
...
...
@@ -542,7 +542,7 @@ def repo_rugged
Gitlab
::
Shell
.
new
.
remove_repository
(
'default'
,
'my_project'
)
end
shared_examples
'repository mirror fe
c
thing'
do
shared_examples
'repository mirror fet
c
hing'
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 fe
c
thing'
it_behaves_like
'repository mirror fet
c
hing'
end
context
'with gitaly enabled'
,
:skip_gitaly_mock
do
it_behaves_like
'repository mirror fe
c
thing'
it_behaves_like
'repository mirror fet
c
hing'
end
def
new_repository_path
...
...
This diff is collapsed.
Click to expand it.
Mark Fletcher
@markglenfletcher
mentioned in issue
#50484 (moved)
·
6 years ago
mentioned in issue
#50484 (moved)
mentioned in issue #50484
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment