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: 03b3fc5ea20836fcb18060a21bdd19f8b3ca3503 (plain)
1
2
3
4
namespace :gitlab do
  desc "GITLAB | Run both spinach and rspec"
  task test: ['spinach', 'spec']
end