[Issue #1065] Remove test for NSParameterAssert raise
This commit is contained in:
parent
1e205bc199
commit
c3a46b8ac4
1 changed files with 0 additions and 4 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue