baut

Results 1 issues of baut

I'm stubbing a request like the below ``` stubRequest(@"GET", wildUrl.regex).withHeaders(@{@"Authorization": @"Bearer 123"}).andReturn(200); ``` It's working fine on the iOS 7.1 sim but isn't matching the request on iOS 8 sim...