Files
2013-11-04 14:21:12 +02:00

5 lines
115 B
Ruby

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