From 5defb1acbea9e501a489f22bdd20d35cea5b43c7 Mon Sep 17 00:00:00 2001 From: Chris Doherty Date: Thu, 12 Nov 2015 14:49:37 -0800 Subject: Add descriptions to filestore/cheffs Rakefile tasks. --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Rakefile') 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') -- cgit v1.2.1