Sha256: 9494391c98fa115f6eb60cb1ef9305eda891956f798a006068b51fb8ef70ee23

Contents?: true

Size: 298 Bytes

Versions: 11

Compression:

Stored size: 298 Bytes

Contents

# frozen_string_literal: true

$LOAD_PATH.unshift(File.expand_path('..', __dir__))
require 'test-unit'
require 'fluent/test'
require 'fluent/test/driver/formatter'
require 'fluent/test/helpers'

Test::Unit::TestCase.include(Fluent::Test::Helpers)
Test::Unit::TestCase.extend(Fluent::Test::Helpers)

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-formatter-protobuf-0.5.0 test/helper.rb
fluent-plugin-formatter-protobuf-0.4.0 test/helper.rb
fluent-plugin-formatter-protobuf-0.3.0 test/helper.rb
fluent-plugin-formatter-protobuf-0.2.0 test/helper.rb
fluent-plugin-formatter-protobuf-0.1.1 test/helper.rb
fluent-plugin-formatter-protobuf-0.1.0 test/helper.rb
fluent-plugin-formatter-protobuf-0.0.5 test/helper.rb
fluent-plugin-formatter-protobuf-0.0.4 test/helper.rb
fluent-plugin-formatter-protobuf-0.0.3 test/helper.rb
fluent-plugin-formatter-protobuf-0.0.2 test/helper.rb
fluent-plugin-formatter-protobuf-0.0.1 test/helper.rb