Sha256: ff329ac93b9ec6c937037f6f172a35885bebf1bf5ff33eea4d6bd21cbd9d5e69
Contents?: true
Size: 570 Bytes
Versions: 6
Compression:
Stored size: 570 Bytes
Contents
// // __project_name__Tests.m // <%= config[:project_name] %>Tests // // Created by <%= config[:project_creator] %> on 06/02/2013. // Copyright (c) 2013 <%= config[:organization_name] %>. All rights reserved. // #import "<%= config[:project_name] %>Tests.h" @implementation <%= config[:project_name] %>Tests - (void)setUp { [super setUp]; // Set-up code here. } - (void)tearDown { // Tear-down code here. [super tearDown]; } - (void)testExample { STFail(@"Unit tests are not implemented yet in <%= config[:project_name] %>Tests"); } @end
Version data entries
6 entries across 6 versions & 1 rubygems