From 0ff36efafb6c4fa9d5cd7d3e81b7bbcae5d34144 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Tue, 10 Nov 2015 11:22:25 -0800 Subject: Add :cheffs and :filestore targets to Rakefile. --- Rakefile | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Rakefile') 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') -- cgit v1.2.1