Skip to content
Snippets Groups Projects
Unverified Commit b40ff1e0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add db:setup to rake gitlab:test

parent 7b0f72d3
No related branches found
No related tags found
No related merge requests found
namespace :gitlab do
desc "GITLAB | Run both spinach and rspec"
task test: ['spinach', 'spec']
task test: ['db:setup', 'spinach', 'spec']
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment