summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/test.rake
blob: aa2510d93f79f4d47e035b75b73f2826756a853b (plain)
1
2
3
4
namespace :gitlab do
  desc "GITLAB | Run both spinach and rspec"
  task test: ['db:setup', 'spinach', 'spec']
end