diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-22 11:40:12 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2022-03-22 11:40:12 -0700 |
commit | 147b43420324a4417ae40a05de65a7f8fef14867 (patch) | |
tree | 9d3248f0d070cfb86304c6ccf01cbc3b45122afa | |
parent | 08482f3016da4a5a5f3b3d49c075a64a4b6398f8 (diff) | |
download | chef-147b43420324a4417ae40a05de65a7f8fef14867.tar.gz |
fix for missing Date
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r-- | chef-config/spec/unit/config_spec.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chef-config/spec/unit/config_spec.rb b/chef-config/spec/unit/config_spec.rb index d4d5844d3d..89eb785b06 100644 --- a/chef-config/spec/unit/config_spec.rb +++ b/chef-config/spec/unit/config_spec.rb @@ -19,6 +19,7 @@ require "spec_helper" require "chef-config/config" +require "date" unless defined?(Date) RSpec.describe ChefConfig::Config do before(:each) do |