gitlab-org--gitlab-foss/lib/tasks/gitlab/test.rake

5 lines
103 B
Ruby
Raw Normal View History

namespace :gitlab do
2012-09-10 13:40:57 +00:00
desc "GITLAB | Run both spinach and rspec"
task test: ['spinach', 'spec']
end