summaryrefslogtreecommitdiff
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 0adbc31..902f3f5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,3 +13,7 @@ RDoc::Task.new do |rdoc|
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end
+
+task :test do
+ sh "cd test && ruby run-pedant.rb"
+end