summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
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