features/vendor.feature in vendorificator-0.5.git.v0.4.0.17.g26d50d8 vs features/vendor.feature in vendorificator-0.5.git.v0.4.0.60.g9c35209
- 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 run vendor command "sync"
+ When I run vendor command "install -v 1"
Then the following has been conjured:
| Name | generated |
| Version | 0.23 |
| With file | README |
And the file "vendor/generated/VERSION" should contain "0.23"