Sha256: faf26bd887c28664508b24a0dd40df109ecea724a26eabb3e9a1163c1cdec9e9

Contents?: true

Size: 306 Bytes

Versions: 11

Compression:

Stored size: 306 Bytes

Contents

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

require 'fluent/test'
require 'rspec'
require 'pry'
# require 'delorean'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-grepcounter-0.5.4 spec/spec_helper.rb
fluent-plugin-grepcounter-0.5.3 spec/spec_helper.rb
fluent-plugin-grepcounter-0.5.2 spec/spec_helper.rb
fluent-plugin-grepcounter-0.5.1 spec/spec_helper.rb
fluent-plugin-grepcounter-0.5.0 spec/spec_helper.rb
fluent-plugin-grepcounter-0.4.2 spec/spec_helper.rb
fluent-plugin-grepcounter-0.4.1 spec/spec_helper.rb
fluent-plugin-grepcounter-0.4.0 spec/spec_helper.rb
fluent-plugin-grepcounter-0.3.1 spec/spec_helper.rb
fluent-plugin-grepcounter-0.2.0 spec/spec_helper.rb
fluent-plugin-grepcounter-0.0.1 spec/spec_helper.rb