Sha256: 1146f673388ba7605fa07537ee57d4ba0836b609548190eaffc32df6f4283929

Contents?: true

Size: 580 Bytes

Versions: 3

Compression:

Stored size: 580 Bytes

Contents

Feature: simple file download

Scenario: just URL as name
  Given a repository with following Vendorfile:
    """ruby
    download 'http://test-assets.3ofcoins.net.s3-website-us-east-1.amazonaws.com/testrepo-0.1.tar.gz'
    """
  When I run vendor command "install"
  Then following has been conjured:
    | Name      | testrepo-0.1.tar.gz        |
  And there's a git commit note including "ea207a" in "download_checksum"
  And there's a git commit note including "20480" in "download_filesize"
  And there's a git commit note including "test-assets.3ofcoins" in "download_url"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vendorificator-0.5.2 features/download.feature
vendorificator-0.5.1 features/download.feature
vendorificator-0.5.0 features/download.feature