Commit b40ff1e0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add db:setup to rake gitlab:test

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 7b0f72d3
namespace :gitlab do
desc "GITLAB | Run both spinach and rspec"
task test: ['spinach', 'spec']
task test: ['db:setup', 'spinach', 'spec']
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