fuel-nailgun-agent/Rakefile

7 lines
93 B
Ruby

task :spec do
system "bash run_tests.sh"
exit $?.exitstatus
end
task :default => 'spec'