u-ichi / fluent-plugin-mail

Fluentd output plugin to send mail
https://rubygems.org/gems/fluent-plugin-mail
Other
48 stars 20 forks source link

fix test for 0.12.0.pre.1 #12

Closed sonots closed 9 years ago

sonots commented 9 years ago

Running test with fluentd v0.12.0.pre.1 results in error as followings:

MailOutputTest#test_configure:
NoMethodError: undefined method `event_router' for nil:NilClass
    /home/travis/.rvm/gems/ruby-2.1.3/bundler/gems/fluentd-92e54b03de5a/lib/fluent/test/base.rb:34:in `initialize'
    /home/travis/.rvm/gems/ruby-2.1.3/bundler/gems/fluentd-92e54b03de5a/lib/fluent/test/input_test.rb:28:in `initialize'

This pull request fixes it. Still works with v0.10.x, too.