summaryrefslogtreecommitdiff
path: root/Rakefile
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 /Rakefile
parent905d05ac83e0c80d824e27aecf753faad5f5c02b (diff)
downloadchef-cf9239f7a634473af2fce67bcead762407eea211.tar.gz
Run pedant from chef-zero directly instead of having our own
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Rakefile b/Rakefile
index 6b9a52f68d..25ad13f097 100644
--- a/Rakefile
+++ b/Rakefile
@@ -31,9 +31,7 @@ ChefConfig::PackageTask.new(File.expand_path('..', __FILE__), 'Chef') do |packag
package.generate_version_class = true
end
-task :pedant do
- require File.expand_path('spec/support/pedant/run_pedant')
-end
+task :pedant, :chef_zero_spec
task :build_eventlog do
Dir.chdir 'ext/win32-eventlog/' do
@@ -62,4 +60,3 @@ begin
rescue LoadError
puts "yard is not available. (sudo) gem install yard to generate yard documentation."
end
-