Sha256: 56d0a5647ebfdf4204099710ccffd6ce4d69390da2dbe6dca28f8ad5ce7a2874

Contents?: true

Size: 370 Bytes

Versions: 5

Compression:

Stored size: 370 Bytes

Contents

require 'coveralls'
Coveralls.wear_merged!

lib = File.expand_path('../../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require 'rspec'
require 'mocha/api'
require 'bean_counter'
require 'bean_counter/spec'

BeanCounter.beanstalkd_url = 'beanstalk://localhost'

def client
  return @client ||= Beaneater::Connection.new('localhost:11300')
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bean_counter-0.1.0 spec/spec_helper.rb
bean_counter-0.0.4 spec/spec_helper.rb
bean_counter-0.0.3 spec/spec_helper.rb
bean_counter-0.0.2 spec/spec_helper.rb
bean_counter-0.0.1 spec/spec_helper.rb