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 /Rakefile | |
parent | 905d05ac83e0c80d824e27aecf753faad5f5c02b (diff) | |
download | chef-cf9239f7a634473af2fce67bcead762407eea211.tar.gz |
Run pedant from chef-zero directly instead of having our own
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 - |