Created
May 9, 2012 09:04
-
-
Save torkale/2643166 to your computer and use it in GitHub Desktop.
describe and context with vcr
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
| describe "group", :vcr do | |
| ... | |
| end | |
| context "other group", :vcr do | |
| ... | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment