summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index f89acbb..e786f4d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,6 +15,16 @@ task :pedant do
require File.expand_path('spec/run_oc_pedant')
end
+task :cheffs do
+ ENV['CHEF_FS'] = "yes"
+ require File.expand_path('spec/run_oc_pedant')
+end
+
+task :filestore do
+ ENV['FILE_STORE'] = "yes"
+ require File.expand_path('spec/run_oc_pedant')
+end
+
desc "run oc pedant"
task :oc_pedant do
require File.expand_path('spec/run_oc_pedant')