Created
May 21, 2015 13:31
-
-
Save lbdl/229ba5a8bb7aa61f978e to your computer and use it in GitHub Desktop.
AppCode Specta Test Case Template
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
// | |
// ${NAME}.m | |
// ${PROJECT_NAME} | |
// | |
// Created by ${USER} on ${DATE} | |
// Copyright (c) ${YEAR} MyCompany Ltd. | |
#import "Specta.h" | |
## #[[#define EXP_SHORTHAND]]# | |
#import "Expecta.h" | |
SpecBegin($NAME) | |
describe(@"$NAME", ^{ | |
}); | |
SpecEnd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment