Sha256: 379eddea878a4281f45d28e7a71eefc9cdc3e54a1bcfe14dfa9eadc23ad77d81
Contents?: true
Size: 735 Bytes
Versions: 7
Compression:
Stored size: 735 Bytes
Contents
Feature: a vendor module is downloaded only if needed Scenario: already downloaded tarball Given a repository with following Vendorfile: """ruby archive :testrepo, :version => '0.1', :url => 'http://test-assets.3ofcoins.net.s3-website-us-east-1.amazonaws.com/testrepo-0.1.tar.gz' """ When I run vendor command "install" Then I'm on "master" branch And the last vendor output should match /module\s+testrepo/ And the last vendor output should match "testrepo-0.1.tar.gz" When I run vendor command "install" Then the last vendor output should match /module\s+testrepo/ And the last vendor output should match /up to date\s+testrepo/ And the last vendor output should not match "testrepo-0.1.tar.gz"
Version data entries
7 entries across 7 versions & 1 rubygems