diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-08-21 11:35:54 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-08-21 11:35:54 -0700 |
commit | a5c7bb6f3ac6b423c48bbfc71aa8df709b80253c (patch) | |
tree | 1542e681d887d2cb1b2ad3c193fed98d6280d9a5 /spec/mixlib/log | |
parent | e825ec79ae03f5877d9a2dcbf72ab92c28cf6d76 (diff) | |
download | mixlib-log-a5c7bb6f3ac6b423c48bbfc71aa8df709b80253c.tar.gz |
Update how we determine if time was loadedrequires
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'spec/mixlib/log')
-rw-r--r-- | spec/mixlib/log/formatter_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/mixlib/log/formatter_spec.rb b/spec/mixlib/log/formatter_spec.rb index 491bb10..ee7de09 100644 --- a/spec/mixlib/log/formatter_spec.rb +++ b/spec/mixlib/log/formatter_spec.rb @@ -16,7 +16,7 @@ # limitations under the License. # -require "time" unless defined?(Time) +require "time" unless defined?(Time.zone_offset) require File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "spec_helper")) RSpec.describe Mixlib::Log::Formatter do |