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 4b614ab3..faa2f905 100644
--- a/spec/unit/plugins/groovy_spec.rb
+++ b/spec/unit/plugins/groovy_spec.rb
@@ -21,7 +21,7 @@ require File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "/spec_he
describe Ohai::System, "plugin groovy" do
let(:plugin) { get_plugin("groovy") }
- before(:each) do
+ before do
plugin[:languages] = Mash.new
end