Sha256: 2909bda4e8d6c9e9a051da88e7d1454dd66ecb3b49e5e9fcb77fdd3810b7091e

Contents?: true

Size: 358 Bytes

Versions: 2

Compression:

Stored size: 358 Bytes

Contents

ENV['FLUQ_ROOT'] ||= File.expand_path("../scenario/", __FILE__)

require 'bundler/setup'
require 'rspec'
require 'coveralls'
Coveralls.wear_merged!

require 'fluq/kafka'
require 'fluq/testing'

FluQ.logger = Logger.new(FluQ.root.join("log", "fluq.log").to_s)
RSpec.configure do |c|
  c.after do
    FileUtils.rm_rf FluQ.root.join('log/kafka').to_s
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluq-kafka-0.8.1 spec/spec_helper.rb
fluq-kafka-0.8.0 spec/spec_helper.rb