Skip to content

Commit

Permalink
Remove comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper Blues committed May 12, 2014
1 parent 1a57c74 commit 6650243
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Tests/Factory/Block/TestAssemblies/MiddleAgesAssembly.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,6 @@ - (id)blueSword
parameters:^(TyphoonMethod *factoryMethod) {
[factoryMethod injectParameterWith:@"blue"];
}];


// Class:[Sword class] configuration:^(TyphoonDefinition *definition) {
// [definition useInitializer:@selector(swordWithSpecification:) parameters:^(TyphoonMethod *initializer) {
// initializer.selector = @selector(swordWithSpecification:);
// [initializer injectParameter:@"specification" with:@"blue"];
// }];
// definition.factory = [self swordFactory];
// }];
}

- (id)knightWithRuntimeDamselsRescued:(NSNumber *)damselsRescued runtimeFoobar:(NSObject *)runtimeObject
Expand Down

0 comments on commit 6650243

Please sign in to comment.