features/runner.feature in pah-0.0.25 vs features/runner.feature in pah-0.0.26
- old
+ new
@@ -2,10 +2,11 @@
Feature: Run without errors
In order to use pah, I need this to run
without any error
+ @no-travis
Scenario: Running pah with heroku
When I run `pah myapp_on_heroku` interactively
And I type "y"
And I type "n"
And I type "myapp.com"
@@ -19,11 +20,11 @@
"""
running heroku domains:add myapp.com --app myapponheroku
"""
Then the stdout should contain:
"""
- running heroku sharing:add jondoe@example.com --app myapponheroku
- running heroku sharing:add janedoe@example.com --app myapponheroku
+ running heroku access:add jondoe@example.com --app myapponheroku
+ running heroku access:add janedoe@example.com --app myapponheroku
"""
Then the stdout should contain:
"""
running heroku config:set TZ=America/Sao_Paulo --app myapponheroku
"""