Sha256: 515d96262ad8a7aaa41436b4ddf0f28d75ab6ef176399683cd92d01e808dcddf

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

require_relative '../lib/rstatsd'
require 'timecop'

RSpec.configure do |config|
end

def with_em_connection
  EM.run {
    yield
    EM.stop
  }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rstatsd-0.3 spec/spec_helper.rb
rstatsd-0.2 spec/spec_helper.rb