Sha256: d9e451f2c73528eb1b64f87611d375121c93b9219148aceff2bf40196734eae3

Contents?: true

Size: 575 Bytes

Versions: 1

Compression:

Stored size: 575 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 successfully run `vendor sync`
  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

1 entries across 1 versions & 1 rubygems

Version Path
vendorificator-0.4.0 features/download.feature