gitlabhq/lib/tasks/gitlab/test.rake

5 lines
106 B
Ruby
Raw Normal View History

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