summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorJohn Keiser <jkeiser@opscode.com>2014-07-23 20:24:32 -0600
committerJohn Keiser <jkeiser@opscode.com>2014-08-22 09:20:47 -0700
commitf72e479fb2850a653b72a9bce59f5b65831b1efe (patch)
tree4402b2613b7e77f4ad9c79661ef2193db65bcb1c /Rakefile
parent6319b1edf1aed055704664be4909336769ac2e83 (diff)
downloadchef-zero-f72e479fb2850a653b72a9bce59f5b65831b1efe.tar.gz
Make oc-chef-pedant run
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 4599e68..3a3eb96 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,7 +10,11 @@ task :spec do
end
task :pedant do
- require File.expand_path('spec/run')
+ require File.expand_path('spec/run_pedant')
+end
+
+task :oc_pedant do
+ require File.expand_path('spec/run_oc_pedant')
end
task :chef_spec do