Sha256: 913e6995bb1e32ad2e62baa155c7b7df713d73b81cdfb33131ddd6ee4eeb4870
Contents?: true
Size: 520 Bytes
Versions: 2
Compression:
Stored size: 520 Bytes
Contents
Feature: bare 'vendor' clause Scenario: Given a repository with following Vendorfile: """ruby vendor 'generated', :version => '0.23' do |v| File.open('README', 'w') { |f| f.puts "Hello, World!" } File.open('VERSION', 'w') { |f| f.puts v.version } end """ When I successfully run `vendor sync` Then the following has been conjured: | Name | generated | | Version | 0.23 | | With file | README | And the file "vendor/generated/VERSION" should contain "0.23"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vendorificator-0.3.0 | features/vendor.feature |
vendorificator-0.2.0 | features/vendor.feature |