[Issue #1065] Remove test for NSParameterAssert raise

This commit is contained in:
Mattt Thompson 2013-06-18 09:04:24 -07:00
Родитель 1e205bc199
Коммит c3a46b8ac4
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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];