task :spec do
  system "bash run_tests.sh"
  exit $?.exitstatus
end

task :default => 'spec'
