Sha256: 8eebace72987fe036ec5906aff5c3e6274235c5c9880536d3f361d9d4399a870
Contents?: true
Size: 307 Bytes
Versions: 3
Compression:
Stored size: 307 Bytes
Contents
require "cli_tester" 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yes_ship_it-0.0.3 | spec/integration/spec_helper.rb |
yes_ship_it-0.0.2 | spec/integration/spec_helper.rb |
yes_ship_it-0.0.1 | spec/integration/spec_helper.rb |