diff options
Diffstat (limited to 'spec/unit/plugins/powershell_spec.rb')
-rw-r--r-- | spec/unit/plugins/powershell_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |