Sha256: 3104cf747121bc05741de4b083bfb7ca8bfefef06a579809adc7e96148c60ecf

Contents?: true

Size: 628 Bytes

Versions: 30

Compression:

Stored size: 628 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'fluent/test'
unless ENV.has_key?('VERBOSE')
  nulllogger = Object.new
  nulllogger.instance_eval {|obj|
    def method_missing(method, *args)
      # pass
    end
  }
  $log = nulllogger
end

require 'fluent/plugin/out_sentry'

class Test::Unit::TestCase
end

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
fluent-plugin-sentry-ex-0.0.5 test/helper.rb
ach-fluent-plugin-sentry-0.0.18 test/helper.rb
ach-fluent-plugin-sentry-0.0.17 test/helper.rb
ach-fluent-plugin-sentry-0.0.16 test/helper.rb
ach-fluent-plugin-sentry-0.0.15 test/helper.rb
ach-fluent-plugin-sentry-0.0.14 test/helper.rb
ach-fluent-plugin-sentry-0.0.13 test/helper.rb
ach-fluent-plugin-sentry-0.0.12 test/helper.rb
ach-fluent-plugin-sentry-0.0.11 test/helper.rb
ach-fluent-plugin-sentry-0.0.10 test/helper.rb
ach-fluent-plugin-sentry-0.0.9 test/helper.rb
ach-fluent-plugin-sentry-0.0.8 test/helper.rb
ach-fluent-plugin-sentry-0.0.7 test/helper.rb
ach-fluent-plugin-sentry-0.0.6 test/helper.rb
fluent-plugin-sentry-rubrik-0.0.16 test/helper.rb
fluent-plugin-sentry-rubrik-0.0.15 test/helper.rb
fluent-plugin-sentry-rubrik-0.0.14 test/helper.rb
fluent-plugin-sentry-rubrik-0.0.13 test/helper.rb
fluent-plugin-sentry-rubrik-0.0.12 test/helper.rb
fluent-plugin-sentry-rubrik-0.0.11 test/helper.rb