Created
April 30, 2012 16:32
-
-
Save pbalduino/2559812 to your computer and use it in GitHub Desktop.
RSpec hierarchy
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
Before all - root | |
Before each - root | |
Test - root before | |
After each - root | |
Before each - root | |
Test - root after | |
After each - root | |
Before all - context | |
Before each - root | |
Before each - context | |
Test - context | |
After each - context | |
After each - root | |
After all - context | |
After all - root |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment