Sha256: d52cdc86cc3fcae7fd4d835ce33ab5f2c709753e524f1523b2a4481a1a01e700
Contents?: true
Size: 494 Bytes
Versions: 2
Compression:
Stored size: 494 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 run "vendor sync" Then the following has been conjured: | Name | generated | | Version | 0.23 | | With file | README | And file "vendor/generated/VERSION" reads "0.23"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vendorificator-0.1.1 | features/vendor.feature |
vendorificator-0.1.0 | features/vendor.feature |