diff options
author | John Keiser <john@johnkeiser.com> | 2015-11-16 11:47:30 -0800 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-11-18 10:53:43 -0800 |
commit | cf9239f7a634473af2fce67bcead762407eea211 (patch) | |
tree | bb978333612d734e638ecff14c188ee087018d2f /tasks | |
parent | 905d05ac83e0c80d824e27aecf753faad5f5c02b (diff) | |
download | chef-cf9239f7a634473af2fce67bcead762407eea211.tar.gz |
Run pedant from chef-zero directly instead of having our own
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/external_tests.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/external_tests.rb b/tasks/external_tests.rb index 91fa249824..856d1c502f 100644 --- a/tasks/external_tests.rb +++ b/tasks/external_tests.rb @@ -40,7 +40,7 @@ def bundle_exec_with_chef(test_gem, commands) end EXTERNAL_PROJECTS = { - "chef-zero" => [ "rake spec", "rake pedant" ], + "chef-zero" => [ "rake spec", "rake cheffs" ], "cheffish" => "rake spec", "chef-provisioning" => "rake spec", "chef-provisioning-aws" => "rake spec", |