spec/spec_helper.rb in logstash-logger-0.8.0 vs spec/spec_helper.rb in logstash-logger-0.9.0

- old
+ new

@@ -5,9 +5,15 @@ config.before(:suite) do puts "Testing with #{CONNECTION_TYPE.to_s.upcase} socket type" end + config.before(:each) do + LogStashLogger.configure do + + end + end + config.expect_with :rspec do |c| c.syntax = :expect end end