Skip to content

Instantly share code, notes, and snippets.

@fsouza
Created June 25, 2010 03:06
Show Gist options
  • Save fsouza/452333 to your computer and use it in GitHub Desktop.
Save fsouza/452333 to your computer and use it in GitHub Desktop.
@Given('I have an attribute stored in world')
def i_have_an_attirbute_stored_in_world(step):
world._name = 'My name' # This line stores _name in world
world._name = 'His name' # This line raises an exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment