Sha256: f2b3ee254b6a6145c5158c3f114203ccdf77686ef5e2034afddd606f83f37447

Contents?: true

Size: 404 Bytes

Versions: 6

Compression:

Stored size: 404 Bytes

Contents

require "rspec"
require "fluent/test"
require "fluent/test/driver/input"
require "fluent/test/helpers"
require "pry"

Dir.glob(File.expand_path("../lib/**/*.rb", __dir__)).each(&method(:require))

# Test::Unit is required for fluent/test, but we don't want it to autorun when
# required
Test::Unit::AutoRunner.need_auto_run = false

RSpec.configure do |config|
  config.include Fluent::Test::Helpers
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gitlab-fluent-plugin-redis-slowlog-0.1.2 spec/spec_helper.rb
gitlab-fluent-plugin-redis-slowlog-0.1.1 spec/spec_helper.rb
gitlab-fluent-plugin-redis-slowlog-0.1.0 spec/spec_helper.rb
gitlab-fluent-plugin-redis-slowlog-0.0.2 spec/spec_helper.rb
gitlab-fluent-plugin-redis-slowlog-0.0.1 spec/spec_helper.rb
gitlab-fluent-plugin-redis-slowlog-0.0.0 spec/spec_helper.rb