Sha256: b72cd6e68701e335b9fd88463d8a992098f9d645b05e3a3c1a0dd216d2ad57e4

Contents?: true

Size: 310 Bytes

Versions: 1

Compression:

Stored size: 310 Bytes

Contents

require 'simplecov'
SimpleCov.start

$:.unshift File.expand_path("../..", __FILE__)

require 'lib/shuttle'

def fixture_path(filename=nil)
  path = File.expand_path("../fixtures", __FILE__)
  filename.nil? ? path : File.join(path, filename)
end

def fixture(file)
  File.read(File.join(fixture_path, file))
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shuttle-deploy-0.2.0.beta1 spec/spec_helper.rb