Commit fda3c9bc authored by eyjhbb@gmail.com's avatar eyjhbb@gmail.com

db.fixtures: use print instead of puts

parent 1d78c69c
...@@ -13,9 +13,9 @@ Sidekiq::Testing.inline! do ...@@ -13,9 +13,9 @@ Sidekiq::Testing.inline! do
fork_project = Projects::ForkService.new(source_project, user, namespace: user.namespace).execute fork_project = Projects::ForkService.new(source_project, user, namespace: user.namespace).execute
if fork_project.valid? if fork_project.valid?
puts '.' print '.'
else else
puts 'F' print 'F'
end end
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment