Created
August 2, 2011 22:51
-
-
Save gabebw/1121438 to your computer and use it in GitHub Desktop.
failing travis ci scenario
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Background: # features/kumade_executable.feature:7 | |
| Given a directory named "executable" # aruba-0.4.5/lib/aruba/cucumber.rb:11 | |
| And I cd to "executable" # aruba-0.4.5/lib/aruba/cucumber.rb:43 | |
| When I create a Heroku remote for "pretend-staging-app" named "pretend-staging" # features/step_definitions/git_steps.rb:1 | |
| And I create a Heroku remote for "app-two" named "staging" # features/step_definitions/git_steps.rb:1 | |
| Scenario: Pretend mode with a Heroku remote # features/kumade_executable.feature:13 | |
| When I run `kumade deploy pretend-staging -p` # aruba-0.4.5/lib/aruba/cucumber.rb:52 | |
| process still alive after 120 seconds (ChildProcess::TimeoutError) | |
| features/kumade_executable.feature:14:in `When I run `kumade deploy pretend-staging -p`' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment