features/shell.feature in geordi-1.5.1 vs features/shell.feature in geordi-1.5.2
- old
+ new
@@ -13,11 +13,11 @@
server 'first.example.com'
server 'second.example.com'
"""
When I run `geordi shell geordi`
- Then the output should contain "Util.system! ssh deploy@first.example.com -t cd /var/www/example.com/current && bash --login"
+ Then the output should contain "Util.system! ssh, deploy@first.example.com, -t, cd /var/www/example.com/current && bash --login"
Scenario: It understands Capistrano 3 syntax
Given a file named "config/deploy.rb" with "deploy.rb exists"
And a file named "config/deploy/geordi.rb" with:
@@ -25,6 +25,6 @@
set :deploy_to, '/var/www/example.com'
server 'first.example.com', user: 'deploy'
"""
When I run `geordi shell geordi`
- Then the output should contain "Util.system! ssh deploy@first.example.com -t cd /var/www/example.com/current && bash --login"
+ Then the output should contain "Util.system! ssh, deploy@first.example.com, -t, cd /var/www/example.com/current && bash --login"