Sha256: 642816449f09065a0e045d98fadf6e6d28dc664f9d2efaf78e803c1c778eaa16

Contents?: true

Size: 498 Bytes

Versions: 5

Compression:

Stored size: 498 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'fluent/test'
require 'fluent/plugin/out_sampling_filter'
require 'fluent/plugin/filter_sampling'

class Test::Unit::TestCase
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-sampling-filter-1.2.0 test/helper.rb
fluent-plugin-sampling-filter-1.1.0 test/helper.rb
fluent-plugin-sampling-filter-1.0.0 test/helper.rb
fluent-plugin-sampling-filter-0.2.1 test/helper.rb
fluent-plugin-sampling-filter-0.2.0 test/helper.rb