test/helper.rb in fluent-plugin-ec2-metadata-0.0.9 vs test/helper.rb in fluent-plugin-ec2-metadata-0.0.10

- old
+ new

@@ -32,8 +32,9 @@ config.hook_into :webmock config.ignore_hosts 'codeclimate.com' end require 'fluent/plugin/out_ec2_metadata' +require 'fluent/plugin/filter_ec2_metadata' class Test::Unit::TestCase end