Sha256: 2ddfb80f97c1bd648f11376c1effda2a9c9aa5b4672b6c904ef72049881c7ad0

Contents?: true

Size: 278 Bytes

Versions: 6

Compression:

Stored size: 278 Bytes

Contents

# encoding: UTF-8
require 'rubygems'
require 'bundler'
Bundler.setup(:default, :test)
Bundler.require(:default, :test)

require 'fluent/test'
require 'rspec'
require 'pry'

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-calc-0.2.0 spec/spec_helper.rb
fluent-plugin-calc-0.1.2 spec/spec_helper.rb
fluent-plugin-calc-0.1.1 spec/spec_helper.rb
fluent-plugin-calc-0.1.0 spec/spec_helper.rb
fluent-plugin-calc-0.0.5 spec/spec_helper.rb
fluent-plugin-calc-0.0.4 spec/spec_helper.rb