summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-03-01 12:07:11 -0800
committerTim Smith <tsmith@chef.io>2017-03-01 12:07:11 -0800
commit6055c8d41c3834d5a3fe606bab63ac1497efe8b9 (patch)
tree32f39419144a0b445e9763e308efb60924d77c22
parentd9f6af023a195c99a5e409d22bbaed98b179519e (diff)
downloadohai-6055c8d41c3834d5a3fe606bab63ac1497efe8b9.tar.gz
Fix a chefstyle warning
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/system_spec.rb2
1 files changed, 1 insertions, 1 deletions
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