AppCode Cedar Snippets Live Templates - PaulTaykalo/AppCode-Settings GitHub Wiki
caft
Cedar After each
afterEach(^{
$END$
});
cbef
Cedar Before each
beforeEach(^{
$END$
});
ccont
Cedar Context
context(@"$SUBJECT$", ^{
$END$
});
cdesc
Cedar Describe
describe(@"$SUBJECT$", ^{
$END$
});
cit
Cedar IT
it(@"should $STRING$", ^{
$END$
});