diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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') |