[Issue #1065] Remove test for NSParameterAssert raise

This commit is contained in:
Mattt Thompson 2013-06-18 09:04:24 -07:00
parent 1e205bc199
commit c3a46b8ac4

View file

@ -37,10 +37,6 @@
#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];