Sha256: 92887d1deda702f0ab10c708bfb272732be1f1d42c787a807938f75f98fc735a
Contents?: true
Size: 286 Bytes
Versions: 2
Compression:
Stored size: 286 Bytes
Contents
require "given_filesystem/spec_helpers" def setup_test_git_repo(version, dir) tarball = "spec/data/red_herring-#{version}.tar.gz" tarball_path = File.expand_path(tarball) if !system("cd #{dir}; tar xzf #{tarball_path}") raise "Unable to extract tarball #{tarball}" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yes_ship_it-0.0.5 | spec/spec_helper.rb |
yes_ship_it-0.0.4 | spec/spec_helper.rb |