summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMarc Paradise <marc@getchef.com>2015-03-04 02:48:32 -0500
committertyler-ball <tyleraball@gmail.com>2015-07-10 10:24:39 -0700
commitfd95d9e31ebb7d042e171fba446de9ed150c1e91 (patch)
tree0cbe772c399c88c2e47db98fceae950e6b9b1a53 /Rakefile
parent27584250fd7b7d0ac76c32fdd93b70fdb3fb2fb9 (diff)
downloadchef-zero-fd95d9e31ebb7d042e171fba446de9ed150c1e91.tar.gz
integrate oc-chef-pedant 2.0 for cs12, drop chef-pedant support
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 209b5df..1ce1b92 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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"