From 3b65f582afe867180573313db3eb6450abf1da9b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Fri, 18 Nov 2016 12:00:47 -0800 Subject: rspec-rubocop autofix the specs Signed-off-by: Tim Smith --- spec/unit/plugins/powershell_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/unit/plugins/powershell_spec.rb') diff --git a/spec/unit/plugins/powershell_spec.rb b/spec/unit/plugins/powershell_spec.rb index 43ecbee9..c0ce086e 100644 --- a/spec/unit/plugins/powershell_spec.rb +++ b/spec/unit/plugins/powershell_spec.rb @@ -24,7 +24,7 @@ describe Ohai::System, "plugin powershell" do stub_const("::RbConfig::CONFIG", { "host_os" => "windows" }) end - before(:each) do + before do plugin[:languages] = Mash.new end -- cgit v1.2.1