test.rake 103 Bytes
namespace :gitlab do
  desc "GITLAB | Run both spinach and rspec"
  task test: ['spinach', 'spec']
end