gitlabhq/lib/tasks/gitlab/test.rake
2012-09-10 06:40:57 -07:00

5 lines
106 B
Ruby

namespace :gitlab do
desc "GITLAB | Run both spinach and rspec"
task :test => ['spinach', 'spec']
end