features/needed.feature in vendorificator-0.4.0 vs features/needed.feature in vendorificator-0.5.git.v0.4.0.17.g26d50d8
- old
+ new
@@ -4,14 +4,14 @@
Given a repository with following Vendorfile:
"""ruby
archive :testrepo, :version => '0.1',
:url => 'http://test-assets.3ofcoins.net.s3-website-us-east-1.amazonaws.com/testrepo-0.1.tar.gz'
"""
- When I successfully run `vendor sync`
+ When I run vendor command "sync"
Then I'm on "master" branch
- And the last output should match /module\s+testrepo/
- And the last output should match "testrepo-0.1.tar.gz"
+ And the last vendor output should match /module\s+testrepo/
+ And the last vendor output should match "testrepo-0.1.tar.gz"
- When I successfully run `vendor sync`
- Then the last output should match /module\s+testrepo/
- And the last output should match /up to date\s+testrepo/
- And the last output should not match "testrepo-0.1.tar.gz"
+ When I run vendor command "sync"
+ Then the last vendor output should match /module\s+testrepo/
+ And the last vendor output should match /up to date\s+testrepo/
+ And the last vendor output should not match "testrepo-0.1.tar.gz"