Sha256: c547791a00ab294267cc6c220f1053f23b98bf371b1f1df823e719214c6b6e59
Contents?: true
Size: 500 Bytes
Versions: 5
Compression:
Stored size: 500 Bytes
Contents
Feature: Edit the tarball after downloading Scenario: Given a repository with following Vendorfile: """ruby archive :testrepo, :url => 'http://test-assets.3ofcoins.net.s3-website-us-east-1.amazonaws.com/testrepo-0.1.tar.gz' do FileUtils::rm Dir['test/archive*.c'] end """ When I run vendor command "install" Then following has been conjured: | Name | testrepo | | With file | test/alias.c | | Without file | test/archive.c |
Version data entries
5 entries across 5 versions & 1 rubygems