Skip to content

Commit

Permalink
Rename mock to stub. Fix wrong type factoryPostProcessor vs component…
Browse files Browse the repository at this point in the history
…PostProcessor
  • Loading branch information
Jasper Blues committed Jan 28, 2014
1 parent 489c4b0 commit 866e47d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#import <Foundation/Foundation.h>
#import "TyphoonComponentFactoryPostProcessor.h"

@interface TyphoonComponentFactoryPostProcessorMock : NSObject <TyphoonComponentFactoryPostProcessor>
@interface TyphoonComponentFactoryPostProcessorStubImpl : NSObject <TyphoonComponentFactoryPostProcessor>

@property(nonatomic, assign) BOOL postProcessingCalled;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
//
////////////////////////////////////////////////////////////////////////////////

#import "TyphoonComponentFactoryPostProcessorMock.h"
#import "TyphoonComponentFactoryPostProcessorStubImpl.h"

@implementation TyphoonComponentFactoryPostProcessorMock
@implementation TyphoonComponentFactoryPostProcessorStubImpl

- (void)postProcessComponentFactory:(TyphoonComponentFactory*)factory
{
Expand Down

0 comments on commit 866e47d

Please sign in to comment.