Sha256: a660a2472da228642696e27e194e0f9ae311bd250ef5d0f70d1c162f9bcdb9ea
Contents?: true
Size: 499 Bytes
Versions: 3
Compression:
Stored size: 499 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 successfully run `vendor sync` Then following has been conjured: | Name | testrepo | | With file | test/alias.c | | Without file | test/archive.c |
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vendorificator-0.4.0 | features/tarball_edit.feature |
vendorificator-0.3.0 | features/tarball_edit.feature |
vendorificator-0.2.0 | features/tarball_edit.feature |