Sha256: 8d7896300a260596a13428868dda88bcb634c0b5c4e675fef6dd5baf35ad3f07
Contents?: true
Size: 481 Bytes
Versions: 1
Compression:
Stored size: 481 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" Then following has been conjured: | Name | testrepo | | With file | test/alias.c | | Without file | test/archive.c |
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vendorificator-0.0.1 | features/tarball_edit.feature |