spec/out_grepcounter_spec.rb in fluent-plugin-grepcounter-0.1.0.pre vs spec/out_grepcounter_spec.rb in fluent-plugin-grepcounter-0.1.1

- old
+ new

@@ -180,15 +180,15 @@ }) end it { emit } end - context 'output_delimiter' do + context 'output_with_joined_delimiter' do let(:config) do # \\n shall be \n in config file CONFIG + %[ regexp WARN - output_delimiter \\n + output_with_joined_delimiter \\n ] end before do Fluent::Engine.stub(:now).and_return(time) Fluent::Engine.should_receive(:emit).with("count.#{tag}", time, {"count"=>3,