summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 244549e..c02846c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -44,6 +44,10 @@ end
Rake::GemPackageTask.new(spec) do |pkg|
end
+task :default do
+ sh %{rake -T}
+end
+
desc "Run the specs under spec/"
task :spec do
require 'spec'