Skip to content

Instantly share code, notes, and snippets.

@leehambley
Created June 8, 2009 15:04
Show Gist options
  • Save leehambley/125865 to your computer and use it in GitHub Desktop.
Save leehambley/125865 to your computer and use it in GitHub Desktop.
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