summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/darwin/hardware_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/darwin/hardware_spec.rb')
-rw-r--r--spec/unit/plugins/darwin/hardware_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/darwin/hardware_spec.rb b/spec/unit/plugins/darwin/hardware_spec.rb
index f8c8e1d5..5c456f19 100644
--- a/spec/unit/plugins/darwin/hardware_spec.rb
+++ b/spec/unit/plugins/darwin/hardware_spec.rb
@@ -20,7 +20,7 @@ require_relative "../../../spec_helper.rb"
require_relative "hardware_system_profiler_output.rb"
describe Ohai::System, "Darwin hardware plugin", :unix_only do
- let (:plugin) { get_plugin("darwin/hardware") }
+ let(:plugin) { get_plugin("darwin/hardware") }
before(:each) do
allow(plugin).to receive(:collect_os).and_return(:darwin)
# Make sure it always runs correct commands and mock the data as it calls them