summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-05-18 11:30:09 -0700
committerTim Smith <tsmith@chef.io>2018-05-18 11:30:09 -0700
commit07ec16457f592719bf2492af57a31e2a8f359099 (patch)
treece023fca063384a8fff0e974f5f443aac86d9ff2
parent5cd8682a6ec9fd3d223c9085b2dea3679a2d9f1a (diff)
downloadohai-cleanup.tar.gz
Remove unnecessary parenthesescleanup
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 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 ]