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
Léo-Paul Géneau
gitlab-ce
Commits
624d54d2
Commit
624d54d2
authored
7 years ago
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix specs for project creation and update services
parent
8f0cc8d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
spec/services/projects/create_service_spec.rb
spec/services/projects/create_service_spec.rb
+2
-2
spec/services/projects/update_service_spec.rb
spec/services/projects/update_service_spec.rb
+1
-1
No files found.
spec/services/projects/create_service_spec.rb
View file @
624d54d2
...
...
@@ -161,7 +161,7 @@ describe Projects::CreateService, '#execute' do
context
'with legacy storage'
do
before
do
gitlab_shell
.
add_repository
(
repository_storage
_path
,
"
#{
user
.
namespace
.
full_path
}
/existing"
)
gitlab_shell
.
add_repository
(
repository_storage
,
"
#{
user
.
namespace
.
full_path
}
/existing"
)
end
after
do
...
...
@@ -197,7 +197,7 @@ describe Projects::CreateService, '#execute' do
end
before
do
gitlab_shell
.
add_repository
(
repository_storage
_path
,
hashed_path
)
gitlab_shell
.
add_repository
(
repository_storage
,
hashed_path
)
end
after
do
...
...
This diff is collapsed.
Click to expand it.
spec/services/projects/update_service_spec.rb
View file @
624d54d2
...
...
@@ -154,7 +154,7 @@ describe Projects::UpdateService, '#execute' do
context
'with legacy storage'
do
before
do
gitlab_shell
.
add_repository
(
repository_storage
_path
,
"
#{
user
.
namespace
.
full_path
}
/existing"
)
gitlab_shell
.
add_repository
(
repository_storage
,
"
#{
user
.
namespace
.
full_path
}
/existing"
)
end
after
do
...
...
This diff is collapsed.
Click to expand it.
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