Sha256: 500c735876c0645810f025cd2e15b22bf99408bcf942527efe0baf7b90e653b3

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

RSpec.configure do |config|
  config.before :suite do
    pid = IO.popen('memcached -p 19122').pid
    at_exit{ Process.kill('TERM', pid) }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
memdash-0.1.0 spec/support/memcached.rb
memdash-0.0.1 spec/support/memcached.rb