Sha256: 29fc54f504ba39ef22704847b8ee27a1bdff9b95d4e95779772a7856a10f1dfa

Contents?: true

Size: 289 Bytes

Versions: 16

Compression:

Stored size: 289 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_record_reformer'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
fluent-plugin-record-reformer-0.3.0 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.10 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.9 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.8 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.7 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.6 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.5 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.4 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.3 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.2 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.1 spec/spec_helper.rb
fluent-plugin-record-reformer-0.2.0 spec/spec_helper.rb
fluent-plugin-record-reformer-0.1.1 spec/spec_helper.rb
fluent-plugin-record-reformer-0.1.0 spec/spec_helper.rb
fluent-plugin-record-reformer-0.0.3 spec/spec_helper.rb
fluent-plugin-record-reformer-0.0.2 spec/spec_helper.rb