Skip to content

Commit

Permalink
Not converting test class to identifier as it changes + to _
Browse files Browse the repository at this point in the history
  • Loading branch information
sgleadow committed Feb 17, 2014
1 parent 4b267da commit ace7567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Xcode Templates/Kiwi Spec.xctemplate/TemplateInfo.plist
Expand Up @@ -40,7 +40,7 @@
</dict>
<dict>
<key>Default</key>
<string>___VARIABLE_testedClass:identifier___Spec</string>
<string>___VARIABLE_testedClass___Spec</string>
<key>Identifier</key>
<string>productName</string>
<key>Type</key>
Expand Down
4 changes: 2 additions & 2 deletions Xcode Templates/Kiwi Spec.xctemplate/___FILEBASENAME___.m
Expand Up @@ -7,12 +7,12 @@
//

#import <Kiwi/Kiwi.h>
#import "___VARIABLE_testedClass:identifier___.h"
#import "___VARIABLE_testedClass___.h"


SPEC_BEGIN(___FILEBASENAMEASIDENTIFIER___)

describe(@"___VARIABLE_testedClass:identifier___", ^{
describe(@"___VARIABLE_testedClass___", ^{

});

Expand Down

0 comments on commit ace7567

Please sign in to comment.