Sha256: a10f027ac92153191e7493d0ae727b50ec3c4616f2e500b0bffe0e17822a693f

Contents?: true

Size: 326 Bytes

Versions: 6

Compression:

Stored size: 326 Bytes

Contents

# encoding: utf-8
require "bundler/setup"
require "pry"
require 'fluent-format'

ROOT = File.dirname(__FILE__)
Dir[File.expand_path("support/**/*.rb", ROOT)].each {|f| require f }

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-format-0.2.6 spec/spec_helper.rb
fluent-format-0.2.5 spec/spec_helper.rb
fluent-format-0.2.4 spec/spec_helper.rb
fluent-format-0.2.3 spec/spec_helper.rb
fluent-format-0.2.2 spec/spec_helper.rb
fluent-format-0.2.1 spec/spec_helper.rb