Sha256: 0912eb9b68de381994f910d5d6b4cba485a2fe4f801873ffbfe6d394899828d6

Contents?: true

Size: 315 Bytes

Versions: 10

Compression:

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fluent-plugin-grep-0.3.3 spec/spec_helper.rb
fluent-plugin-grep-0.3.2 spec/spec_helper.rb
fluent-plugin-grep-0.3.1 spec/spec_helper.rb
fluent-plugin-grep-0.3.0 spec/spec_helper.rb
fluent-plugin-grep-0.2.1 spec/spec_helper.rb
fluent-plugin-grep-0.2.0 spec/spec_helper.rb
fluent-plugin-grep-0.1.1 spec/spec_helper.rb
fluent-plugin-grep-0.0.3 spec/spec_helper.rb
fluent-plugin-grep-0.0.2 spec/spec_helper.rb
fluent-plugin-grep-0.0.1 spec/spec_helper.rb