summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-08-18 21:28:55 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-08-18 21:28:55 +1000
commit5982deb61a954852534c54e1d968f3d4b156e787 (patch)
tree84b6322d95d0f9b8403de2eb40567de9c2cef2e5 /Rakefile
parent0e0483ae3f00d408766a850823e3120caedfb9fc (diff)
downloadfacter-5982deb61a954852534c54e1d968f3d4b156e787.tar.gz
facter-5982deb61a954852534c54e1d968f3d4b156e787.tar.xz
facter-5982deb61a954852534c54e1d968f3d4b156e787.zip
Added default Rake task
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'