summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-11-24 16:51:35 -0800
committerTim Smith <tsmith@chef.io>2018-11-24 16:51:35 -0800
commit1aae57fdfcc3dae343d5186513291aea895b21c2 (patch)
treea8312217c78eaef2c8f9181874f57289c42be52e
parent816808092a73bae10743e5dedb588ced1c5ea4b7 (diff)
downloadohai-1aae57fdfcc3dae343d5186513291aea895b21c2.tar.gz
Run the windows fips spec everywhere
It's not windows bound now Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--spec/unit/plugins/windows/fips_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/windows/fips_spec.rb b/spec/unit/plugins/windows/fips_spec.rb
index 4696ea60..28ef1bce 100644
--- a/spec/unit/plugins/windows/fips_spec.rb
+++ b/spec/unit/plugins/windows/fips_spec.rb
@@ -19,7 +19,7 @@
require_relative "../../../spec_helper.rb"
require "openssl"
-describe Ohai::System, "plugin fips", :windows_only do
+describe Ohai::System, "plugin fips" do
let(:enabled) { 0 }
let(:plugin) { get_plugin("windows/fips") }
let(:openssl_test_mode) { false }