diff options
author | Chris Doherty <cdoherty@chef.io> | 2015-11-12 14:49:37 -0800 |
---|---|---|
committer | Chris Doherty <cdoherty@chef.io> | 2015-11-12 14:49:37 -0800 |
commit | 5defb1acbea9e501a489f22bdd20d35cea5b43c7 (patch) | |
tree | f780bd8fe8c252c28fd94d9e90d4999a4216b3da | |
parent | ad52b81b69390eb6569962112c42a00da4a80d7e (diff) | |
download | chef-zero-5defb1acbea9e501a489f22bdd20d35cea5b43c7.tar.gz |
Add descriptions to filestore/cheffs Rakefile tasks.
-rw-r--r-- | Rakefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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') |