spec/out_yohoushi_spec.rb in fluent-plugin-yohoushi-0.1.1 vs spec/out_yohoushi_spec.rb in fluent-plugin-yohoushi-0.1.2
- old
+ new
@@ -17,10 +17,10 @@
describe Fluent::YohoushiOutput do
before { Fluent::Test.setup }
let(:yohoushi_base_uri) { 'http://localhost:4804' }
let(:growthforecast_base_uri) { 'http://localhost:5125' }
let(:tag) { 'test' }
- let(:driver) { Fluent::Test::BufferedOutputTestDriver.new(Fluent::YohoushiOutput, tag).configure(config) }
+ let(:driver) { Fluent::Test::OutputTestDriver.new(Fluent::YohoushiOutput, tag).configure(config) }
let(:instance) { driver.instance }
describe 'test configure' do
context "empty" do
let(:config) { '' }