test.rake 106 Bytes Edit Raw Blame History 1 2 3 4 namespace :gitlab do desc "GITLAB | Run both spinach and rspec" task :test => ['spinach', 'spec'] end