features/needed.feature in vendorificator-0.5.git.v0.4.0.17.g26d50d8 vs features/needed.feature in vendorificator-0.5.git.v0.4.0.60.g9c35209

- 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 run vendor command "sync" + When I run vendor command "install" Then I'm on "master" branch And the last vendor output should match /module\s+testrepo/ And the last vendor output should match "testrepo-0.1.tar.gz" - When I run vendor command "sync" + When I run vendor command "install" 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"