diff --git a/Rakefile b/Rakefile index 264bc1d..76021e8 100644 --- a/Rakefile +++ b/Rakefile @@ -31,3 +31,5 @@ task :release => :package do system "gem push #{PACKAGE}-#{VERSION}" end end + +task :default => :test