Skip to content

Commit

Permalink
added protocol error case
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewind committed Jan 28, 2011
1 parent 60cd69b commit 227079c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Specs/InjectionErrorsSpecs.m
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@

});

it(@"throws if an object requires a protocol that does not exist in the context", PENDING);

it(@"throws if instantiation rule if not valid", ^{
@try {
[Objection registerClass:[CarFactory class] lifeCycle:3];
Expand Down

0 comments on commit 227079c

Please sign in to comment.