Sha256: 0d9b57fb851c017b580025c1ccd4337562a72d4c8cb81bec248cea05ded221f7

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

require File.expand_path("../support/file_creator", __FILE__)
require File.expand_path("../support/singleton", __FILE__)
require File.expand_path("../lib/callisto", File.dirname(__FILE__))

def reset_pool
  Callisto::Pool.settings = {}
  Callisto::Pool.reset_instance
end

def cleanup(path)
  matcher = File.join(path, "*.*")
  Dir[matcher].each { |entry| File.unlink(entry) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
callisto-0.9.1 spec/minitest_helper.rb