summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Kantrowitz <noah@coderanger.net>2018-05-01 15:48:39 -0700
committerNoah Kantrowitz <noah@coderanger.net>2018-05-01 15:48:39 -0700
commit4d55f96051a637a512a1ec2f6a57dbac62dd59b4 (patch)
tree2f98fd57261be1f1151dd7152eb780f9b7273f09
parent02f48ac2e7037f9dec72fae02ffac4c6b77bcc26 (diff)
downloadohai-4d55f96051a637a512a1ec2f6a57dbac62dd59b4.tar.gz
Feed the rubocop.
Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
-rw-r--r--spec/unit/plugins/windows/fips_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/plugins/windows/fips_spec.rb b/spec/unit/plugins/windows/fips_spec.rb
index e7efff01..b36e4265 100644
--- a/spec/unit/plugins/windows/fips_spec.rb
+++ b/spec/unit/plugins/windows/fips_spec.rb
@@ -97,7 +97,6 @@ describe Ohai::System, "plugin fips", :windows_only do
it_behaves_like "fips_plugin"
end
-
context "with Ruby 2.5 or newer", if: defined?(OpenSSL.fips_mode) do
let(:openssl_test_mode) { false }