summaryrefslogtreecommitdiff
path: root/spec/unit/plugins/erlang_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/plugins/erlang_spec.rb')
-rw-r--r--spec/unit/plugins/erlang_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/plugins/erlang_spec.rb b/spec/unit/plugins/erlang_spec.rb
index b7f51f14..8a789680 100644
--- a/spec/unit/plugins/erlang_spec.rb
+++ b/spec/unit/plugins/erlang_spec.rb
@@ -22,7 +22,7 @@ require File.expand_path(File.dirname(__FILE__) + "/../../spec_helper.rb")
describe Ohai::System, "plugin erlang" do
let(:plugin) { get_plugin("erlang") }
- before(:each) do
+ before do
plugin[:languages] = Mash.new
erl_v_output = "Erlang (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 7.3\n"
erl_systeminfo_output = "\"18\"\r\n\"7.3\"\r\n\"2.10\"\r\n"