Sha256: 219b5a3bdd24a39444c4fa5a4ccc0551f97898aafdaf15dc1cc222e004ac356b

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

require "simplecov"
SimpleCov.start if ENV["SIMPLECOV"]

require "pathname"
$LOAD_PATH.unshift Pathname(__FILE__).dirname.parent.join("lib").to_path

require "minitest/autorun"

require "strongroom"

def fixture_path file
  Pathname.new(__FILE__).dirname.join("fixtures").join(file).to_path
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
strongroom-0.0.2 spec/spec_helper.rb
strongroom-0.0.1 spec/spec_helper.rb