summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-06-08 08:14:04 -0700
committerBryan McLellan <btm@opscode.com>2012-06-08 08:28:42 -0700
commitc98e60d87d1c99f810c043eda86ae5520090e3a6 (patch)
tree0e6f1814a5b3e47683a97aa8b831b249f34ce203 /Rakefile
parentc616e8a88caccc948af67229d1325b010814563d (diff)
downloadmixlib-log-c98e60d87d1c99f810c043eda86ae5520090e3a6.tar.gz
Add .gemtest and Rakefile to s.files for testing
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bbfcba4..cf0e10f 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,6 +17,9 @@ end
task :default => :spec
+# For rubygems-test
+task :test => :spec
+
RDoc::Task.new do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = "mixlib-log #{Mixlib::Log::VERSION}"