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