Sha256: 4afe7e9d459f28199979f77a29bd895ced0b55121cf7b5bb32a263cbe8506464

Contents?: true

Size: 396 Bytes

Versions: 12

Compression:

Stored size: 396 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

12 entries across 12 versions & 3 rubygems

Version Path
fluent-plugin-hipchat-0.1.7 test/test_helper.rb
fluent-plugin-hipchat-0.1.6 test/test_helper.rb
fluent-plugin-hipchat-0.1.5 test/test_helper.rb
fluent-plugin-slack-0.1.1 test/test_helper.rb
fluent-plugin-slack-0.1.0 test/test_helper.rb
fluent-plugin-slack-0.0.1 test/test_helper.rb
fluent-plugin-hipchat-0.1.4 test/test_helper.rb
fluent-plugin-buffered-hipchat-0.2.0 test/test_helper.rb
fluent-plugin-hipchat-0.1.3 test/test_helper.rb
fluent-plugin-hipchat-0.1.2 test/test_helper.rb
fluent-plugin-hipchat-0.1.1 test/test_helper.rb
fluent-plugin-hipchat-0.1.0 test/test_helper.rb