From 23aafc1d50e6fda7032ab7f1031bb88ed3b61a8a Mon Sep 17 00:00:00 2001 From: Chris Anderson Date: Tue, 14 Oct 2008 15:39:40 -0700 Subject: [PATCH] desc --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 65c61f0..4b0a39c 100644 --- a/Rakefile +++ b/Rakefile @@ -78,5 +78,5 @@ Rake::RDocTask.new do |rdoc| rdoc.title = "CouchRest: Ruby CouchDB, close to the metal" end -desc "Generate the gemspec" +desc "Run the rspec" task :default => :spec