Skip to content

Instantly share code, notes, and snippets.

@lbdl
Created May 21, 2015 13:31
Show Gist options
  • Save lbdl/229ba5a8bb7aa61f978e to your computer and use it in GitHub Desktop.
Save lbdl/229ba5a8bb7aa61f978e to your computer and use it in GitHub Desktop.
AppCode Specta Test Case Template
//
// ${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