diff options
author | jkeiser <jkeiser@opscode.com> | 2012-12-20 18:08:01 -0800 |
---|---|---|
committer | jkeiser <jkeiser@opscode.com> | 2012-12-20 18:08:01 -0800 |
commit | 31e0f614eabe9f431a53ad8b8a09109f77d3d4db (patch) | |
tree | 52e5bd6f4fda1bbcaee3fc097ea95633e7125a75 /Rakefile | |
parent | 2cda610b0111f27ea49010130b92a913eb233541 (diff) | |
download | chef-zero-31e0f614eabe9f431a53ad8b8a09109f77d3d4db.tar.gz |
Add "rake test" that runs pedant
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |