Skip to content

Instantly share code, notes, and snippets.

@kstevens715
Created February 3, 2015 22:08
Show Gist options
  • Save kstevens715/7c9465bb90225e948e90 to your computer and use it in GitHub Desktop.
Save kstevens715/7c9465bb90225e948e90 to your computer and use it in GitHub Desktop.
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