Sha256: cba1338b6987b0bb26b19a1022ff26b53db96b092aaf7dcbaebf72f16950bab4

Contents?: true

Size: 454 Bytes

Versions: 11

Compression:

Stored size: 454 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'
require 'fluent/plugin/out_http_shadow'

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-plugin-http_shadow-0.1.1 test/helper.rb
fluent-plugin-http_shadow-0.1.0 test/helper.rb
fluent-plugin-http_shadow-0.0.9 test/helper.rb
fluent-plugin-http_shadow-0.0.8 test/helper.rb
fluent-plugin-http_shadow-0.0.7 test/helper.rb
fluent-plugin-http_shadow-0.0.6 test/helper.rb
fluent-plugin-http_shadow-0.0.5 test/helper.rb
fluent-plugin-http_shadow-0.0.4 test/helper.rb
fluent-plugin-http_shadow-0.0.3 test/helper.rb
fluent-plugin-http_shadow-0.0.2 test/helper.rb
fluent-plugin-http_shadow-0.0.1 test/helper.rb