summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/groovy_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/groovy_spec.rb')
-rw-r--r--spec/unit/plugins/groovy_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/groovy_spec.rb b/spec/unit/plugins/groovy_spec.rb
index 6178612d..24ded5f2 100644
--- a/spec/unit/plugins/groovy_spec.rb
+++ b/spec/unit/plugins/groovy_spec.rb
@@ -21,7 +21,7 @@ require "spec_helper"
describe Ohai::System, "plugin groovy" do
let(:plugin) { get_plugin("groovy") }
- before(:each) do
+ before do
plugin[:languages] = Mash.new
end