Sha256: cd031a7f983bbfe7c5b5b092974f691596dff95b28fcc44ce9f93f0d4c8c537d

Contents?: true

Size: 397 Bytes

Versions: 17

Compression:

Stored size: 397 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rr'
require 'test/unit'
class Test::Unit::TestCase
  include RR::Adapters::TestUnit
end

if ENV['SIMPLE_COV']
  require 'simplecov'
  SimpleCov.start do 
    add_filter 'test/'
    add_filter 'pkg/'
    add_filter 'vendor/'
  end
end

require 'test/unit'
require 'fluent/test'

Version data entries

17 entries across 17 versions & 4 rubygems

Version Path
fluent-plugin-buffered-resque-1.0.0 test/test_helper.rb
fluent-plugin-resque-ex-0.1.0 test/test_helper.rb
fluent-plugin-mongo-0.6.7 test/test_helper.rb
fluent-plugin-resque-0.2.1 test/test_helper.rb
fluent-plugin-resque-0.2.0 test/test_helper.rb
fluent-plugin-mongo-0.6.6 test/test_helper.rb
fluent-plugin-resque-0.1.0 test/test_helper.rb
fluent-plugin-mongo-0.6.5 test/test_helper.rb
fluent-plugin-mongo-0.6.4 test/test_helper.rb
fluent-plugin-mongo-0.6.3 test/test_helper.rb
fluent-plugin-mongo-0.6.2 test/test_helper.rb
fluent-plugin-mongo-0.6.1 test/test_helper.rb
fluent-plugin-mongo-0.6.0 test/test_helper.rb
fluent-plugin-mongo-0.5.3 test/test_helper.rb
fluent-plugin-mongo-0.5.2 test/test_helper.rb
fluent-plugin-mongo-0.5.1 test/test_helper.rb
fluent-plugin-mongo-0.5.0 test/test_helper.rb