summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index e786f4d..209d056 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,11 +15,13 @@ task :pedant do
require File.expand_path('spec/run_oc_pedant')
end
+desc "run pedant with CHEF_FS set"
task :cheffs do
ENV['CHEF_FS'] = "yes"
require File.expand_path('spec/run_oc_pedant')
end
+desc "run pedant with FILE_STORE set"
task :filestore do
ENV['FILE_STORE'] = "yes"
require File.expand_path('spec/run_oc_pedant')