Sha256: c9314213ecdd1d4c61138bedabddef2602c1f96499a538f8d3208ad3ad9ea815

Contents?: true

Size: 327 Bytes

Versions: 5

Compression:

Stored size: 327 Bytes

Contents

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

#require 'coveralls'
#Coveralls.wear!

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-stats-notifier-0.0.5 spec/spec_helper.rb
fluent-plugin-stats-notifier-0.0.4 spec/spec_helper.rb
fluent-plugin-stats-notifier-0.0.3 spec/spec_helper.rb
fluent-plugin-stats-notifier-0.0.2 spec/spec_helper.rb
fluent-plugin-stats-notifier-0.0.1 spec/spec_helper.rb