features/vendor.feature in vendorificator-0.4.0 vs features/vendor.feature in vendorificator-0.5.git.v0.4.0.17.g26d50d8

- old
+ new

@@ -7,10 +7,10 @@ vendor 'generated', :version => '0.23', :annotate => 'by Przemo' 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` + When I run vendor command "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"