desc "Run all the tests"
task :default => [:test]

desc "Run all the tests"
task :test do
  ruby 'test/rubypants_test.rb'
end
