diff options
Diffstat (limited to 'spec/support/platform_helpers.rb')
-rw-r--r-- | spec/support/platform_helpers.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/support/platform_helpers.rb b/spec/support/platform_helpers.rb index 1718632186..8569523e05 100644 --- a/spec/support/platform_helpers.rb +++ b/spec/support/platform_helpers.rb @@ -246,6 +246,9 @@ end class HttpHelper extend Ohai::Mixin::HttpHelper + def self.logger + Chef::Log + end end def gce? |