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