Sha256: 4c3c9d9ec125d37d3f71fb339d1378d82242ebf3475ac25900e7fc3e86b327d6

Contents?: true

Size: 343 Bytes

Versions: 5

Compression:

Stored size: 343 Bytes

Contents

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

require 'coveralls'
Coveralls.wear!

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

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-grepcounter-0.1.4 spec/spec_helper.rb
fluent-plugin-grepcounter-0.1.3 spec/spec_helper.rb
fluent-plugin-grepcounter-0.1.2 spec/spec_helper.rb
fluent-plugin-grepcounter-0.1.1 spec/spec_helper.rb
fluent-plugin-grepcounter-0.1.0.pre spec/spec_helper.rb