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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
680b6d88
Commit
680b6d88
authored
Oct 08, 2015
by
Stan Hu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
parents
94405891
6db238de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
db/fixtures/development/04_project.rb
db/fixtures/development/04_project.rb
+6
-1
No files found.
db/fixtures/development/04_project.rb
View file @
680b6d88
...
@@ -73,8 +73,13 @@ Sidekiq::Testing.inline! do
...
@@ -73,8 +73,13 @@ Sidekiq::Testing.inline! do
}
}
project
=
Projects
::
CreateService
.
new
(
User
.
first
,
params
).
execute
project
=
Projects
::
CreateService
.
new
(
User
.
first
,
params
).
execute
# Seed-Fu runs this entire fixture in a transaction, so the `after_commit`
# hook won't run until after the fixture is loaded. That is too late
# since the Sidekiq::Testing block has already exited. Force clearing
# the `after_commit` queue to ensure the job is run now.
project
.
send
(
:_run_after_commit_queue
)
if
project
.
valid?
if
project
.
valid?
&&
project
.
valid_repo?
print
'.'
print
'.'
else
else
puts
project
.
errors
.
full_messages
puts
project
.
errors
.
full_messages
...
...
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