Commit b40ff1e06ee21e1b0c880fbe470256ab03c0a30b

Authored by Dmitriy Zaporozhets
1 parent 7b0f72d3

Add db:setup to rake gitlab:test

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/tasks/gitlab/test.rake
1 1 namespace :gitlab do
2 2 desc "GITLAB | Run both spinach and rspec"
3   - task test: ['spinach', 'spec']
  3 + task test: ['db:setup', 'spinach', 'spec']
4 4 end
... ...