Skip to content

Instantly share code, notes, and snippets.

@abargh
Created March 2, 2018 07:56
Show Gist options
  • Save abargh/15c834aa39e22d02f676b9a90df434eb to your computer and use it in GitHub Desktop.
Save abargh/15c834aa39e22d02f676b9a90df434eb to your computer and use it in GitHub Desktop.
Xcode snippet to help stub tests:
func test<#name#>() {
XCTFail("Test isn't implemented yet")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment