summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-03-01 16:34:43 -0800
committerGitHub <noreply@github.com>2017-03-01 16:34:43 -0800
commitca3bdf456c80b68e48e6a380624640f8f85d7811 (patch)
tree32f39419144a0b445e9763e308efb60924d77c22
parentd9f6af023a195c99a5e409d22bbaed98b179519e (diff)
parent6055c8d41c3834d5a3fe606bab63ac1497efe8b9 (diff)
downloadohai-ca3bdf456c80b68e48e6a380624640f8f85d7811.tar.gz
Merge pull request #957 from chef/chefstyle
Fix a chefstyle warning
-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