diff options
author | Marc Paradise <marc@getchef.com> | 2015-03-04 02:48:32 -0500 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2015-07-10 10:24:39 -0700 |
commit | fd95d9e31ebb7d042e171fba446de9ed150c1e91 (patch) | |
tree | 0cbe772c399c88c2e47db98fceae950e6b9b1a53 /Rakefile | |
parent | 27584250fd7b7d0ac76c32fdd93b70fdb3fb2fb9 (diff) | |
download | chef-zero-fd95d9e31ebb7d042e171fba446de9ed150c1e91.tar.gz |
integrate oc-chef-pedant 2.0 for cs12, drop chef-pedant support
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ task :spec do system('rspec spec/*_spec.rb') end -desc "run pedant" +desc "run oc pedant" task :pedant do - require File.expand_path('spec/run_pedant') + require File.expand_path('spec/run_oc_pedant') end desc "run oc pedant" |