summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2015-11-12 14:49:37 -0800
committerChris Doherty <cdoherty@chef.io>2015-11-12 14:49:37 -0800
commit5defb1acbea9e501a489f22bdd20d35cea5b43c7 (patch)
treef780bd8fe8c252c28fd94d9e90d4999a4216b3da /Rakefile
parentad52b81b69390eb6569962112c42a00da4a80d7e (diff)
downloadchef-zero-5defb1acbea9e501a489f22bdd20d35cea5b43c7.tar.gz
Add descriptions to filestore/cheffs Rakefile tasks.
Diffstat (limited to 'Rakefile')
-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')