Created
June 8, 2009 15:04
-
-
Save leehambley/125865 to your computer and use it in GitHub Desktop.
This file contains 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
Scenario: Anonymous user can create an account # features/webrat/accounts/creation.feature:15 | |
Given I am logged out # features/step_definitions/accounts/login.steps.rb:46 | |
When I signup as Fred # features/step_definitions/accounts/creation.steps.rb:8 | |
Then I should see a confirmation # features/step_definitions/general.rb:181 | |
And there should be an account for Fred # features/step_definitions/accounts/creation.steps.rb:28 | |
ruby(31361) malloc: *** mmap(size=394264576) failed (error code=12) | |
*** error: can't allocate region | |
*** set a breakpoint in malloc_error_break to debug | |
ruby(31361) malloc: *** mmap(size=402653184) failed (error code=12) | |
*** error: can't allocate region | |
*** set a breakpoint in malloc_error_break to debug | |
ruby(31361) malloc: *** mmap(size=402653184) failed (error code=12) | |
*** error: can't allocate region | |
*** set a breakpoint in malloc_error_break to debug | |
ruby(31361) malloc: *** mmap(size=402653184) failed (error code=12) | |
*** error: can't allocate region | |
*** set a breakpoint in malloc_error_break to debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment