Created
February 3, 2015 22:08
-
-
Save kstevens715/7c9465bb90225e948e90 to your computer and use it in GitHub Desktop.
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
| surround_test_suite { invoke1 } | |
| surround_test_suite { invoke2 } | |
| surround_test_suite { invoke3 } | |
| def surround_test_suite(&block) | |
| block.call | |
| rescue => e | |
| puts e | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment