summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 c3798849..6604fd0f 100644
--- a/spec/unit/system_spec.rb
+++ b/spec/unit/system_spec.rb
@@ -225,7 +225,7 @@ EOF
describe "when using :critical_plugins" do
# if called from cli is true, we'll exit these tests
- let(:ohai) { Ohai::System.new() }
+ let(:ohai) { Ohai::System.new }
before do
Ohai.config[:critical_plugins] = [ :Fails ]