Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.rake « gitlab « tasks « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aa2510d93f79f4d47e035b75b73f2826756a853b (plain)
1
2
3
4
namespace :gitlab do
  desc "GITLAB | Run both spinach and rspec"
  task test: ['db:setup', 'spinach', 'spec']
end