Skip to content

Commit

Permalink
[Issue AFNetworking#1065] Remove test for NSParameterAssert raise
Browse files Browse the repository at this point in the history
  • Loading branch information
mattt committed Jun 18, 2013
1 parent 1e205bc commit c3a46b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/AFURLConnectionOperationTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ - (void)setUp {

#pragma mark -

- (void)testInitWithNilRequestRaisesException {
expect(^{ (void)[[AFURLConnectionOperation alloc] initWithRequest:nil]; }).to.raiseAny();
}

- (void)testThatAFURLConnectionOperationInvokesWillSendRequestForAuthenticationChallengeBlock {
NSURLRequest *request = [NSURLRequest requestWithURL:[NSURL URLWithString:@"/path" relativeToURL:self.baseURL]];
AFURLConnectionOperation *operation = [[AFURLConnectionOperation alloc] initWithRequest:request];
Expand Down

0 comments on commit c3a46b8

Please sign in to comment.