Skip to content

Commit

Permalink
Fixed typo in InjectionErrorSpecs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Apr 7, 2011
1 parent b77400b commit 4610c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/InjectionErrorsSpecs.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
}, @"Cannot find an instance that is bound to the protocol 'GearBox' to assign to the property 'gearBox'");
});

it(@"throws if instantiation rule if not valid", ^{
it(@"throws if instantiation rule is not valid", ^{
@try {
[Objection registerClass:[CarFactory class] lifeCycle:3];
fail(@"Should have thrown an exception");
Expand Down

0 comments on commit 4610c0b

Please sign in to comment.