Sha256: d983f25e1edeee53ae0677a4584fc468550de5bedf1224e0eb956d741b63a061

Contents?: true

Size: 280 Bytes

Versions: 11

Compression:

Stored size: 280 Bytes

Contents

# encoding: UTF-8
require 'rubygems'
require 'bundler'
Bundler.setup(:default, :test)
Bundler.require(:default, :test)

require 'fluent/test'
require 'rspec'
require 'pry'

$TESTING=true
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'fluent/plugin/out_reemit'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-reemit-0.3.2 spec/spec_helper.rb
fluent-plugin-reemit-0.3.1 spec/spec_helper.rb
fluent-plugin-reemit-0.3.0 spec/spec_helper.rb
fluent-plugin-reemit-0.2.1 spec/spec_helper.rb
fluent-plugin-reemit-0.2.0 spec/spec_helper.rb
fluent-plugin-reemit-0.1.0 spec/spec_helper.rb
fluent-plugin-reemit-0.0.5 spec/spec_helper.rb
fluent-plugin-reemit-0.0.4 spec/spec_helper.rb
fluent-plugin-reemit-0.0.3 spec/spec_helper.rb
fluent-plugin-reemit-0.0.2 spec/spec_helper.rb
fluent-plugin-reemit-0.0.1 spec/spec_helper.rb