Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created September 29, 2010 21:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimweirich/603574 to your computer and use it in GitHub Desktop.
Save jimweirich/603574 to your computer and use it in GitHub Desktop.
Given(:stack) { a_stack_with_one_item }
When { stack.pop }
Then { stack.empty? }
@yock
Copy link

yock commented Oct 1, 2010

Is this Coulda?

@jimweirich
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment