diff options
-rw-r--r-- | spec/unit/system_spec.rb | 2 |
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 |