From 41f67ad6d0681f1d98c0709bedd0a20145451bd6 Mon Sep 17 00:00:00 2001 From: Ryan Bates Date: Wed, 30 Dec 2009 20:22:26 -0800 Subject: [PATCH] making spec the default rake task so it works at runcoderun.com --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index 63c6cda..3ea0080 100644 --- a/Rakefile +++ b/Rakefile @@ -9,3 +9,5 @@ Spec::Rake::SpecTask.new do |t| t.spec_files = spec_files t.spec_opts = ["-c"] end + +task :default => :spec \ No newline at end of file