Sha256: 557492989ba404e902ab8544212ee3feb52fc31bc1e28ebc3a775305688027ad
Contents?: true
Size: 339 Bytes
Versions: 3
Compression:
Stored size: 339 Bytes
Contents
require 'simplecov' SimpleCov.start do add_filter "/spec/" end $:.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shuttle-deploy-0.2.0.beta4 | spec/spec_helper.rb |
shuttle-deploy-0.2.0.beta3 | spec/spec_helper.rb |
shuttle-deploy-0.2.0.beta2 | spec/spec_helper.rb |