features/vendor.feature in vendorificator-0.1.1 vs features/vendor.feature in vendorificator-0.2.0
- old
+ new
@@ -6,11 +6,11 @@
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"
+ When I successfully 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"
+ And the file "vendor/generated/VERSION" should contain "0.23"