Sha256: af9ebe794cd8540346388a6e161d5ae0bc2777f6b5ce54cb2b8ab262663208f8
Contents?: true
Size: 476 Bytes
Versions: 3
Compression:
Stored size: 476 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' require 'shoulda' $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'fluent/test' require 'fluent/plugin/out_sampling_filter' class Test::Unit::TestCase end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-sampling-filter-0.1.2 | test/helper.rb |
fluent-plugin-sampling-filter-0.1.1 | test/helper.rb |
fluent-plugin-sampling-filter-0.1.0 | test/helper.rb |