From 6055c8d41c3834d5a3fe606bab63ac1497efe8b9 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 1 Mar 2017 12:07:11 -0800 Subject: Fix a chefstyle warning Signed-off-by: Tim Smith --- spec/unit/system_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/system_spec.rb b/spec/unit/system_spec.rb index 8a7cf49b..3bfafcf1 100644 --- a/spec/unit/system_spec.rb +++ b/spec/unit/system_spec.rb @@ -23,7 +23,7 @@ require "ohai/mixin/os" describe "Ohai::System" do extend IntegrationSupport - let(:ohai_external) { } + let(:ohai_external) {} let(:ohai) { Ohai::System.new({ invoked_from_cli: true }) } describe "#initialize" do -- cgit v1.2.1