summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-11-16 11:47:30 -0800
committerJohn Keiser <john@johnkeiser.com>2015-11-18 10:53:43 -0800
commitcf9239f7a634473af2fce67bcead762407eea211 (patch)
treebb978333612d734e638ecff14c188ee087018d2f /tasks
parent905d05ac83e0c80d824e27aecf753faad5f5c02b (diff)
downloadchef-cf9239f7a634473af2fce67bcead762407eea211.tar.gz
Run pedant from chef-zero directly instead of having our own
Diffstat (limited to 'tasks')
-rw-r--r--tasks/external_tests.rb2
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",