Remove superfluous baseURLString methods from RKTestFactory

This commit is contained in:
Blake Watters
2012-11-05 17:17:00 -05:00
parent 28c8262b0d
commit 7f7bef3e9f
2 changed files with 0 additions and 25 deletions

View File

@@ -156,16 +156,6 @@ static RKTestFactory *sharedFactory = nil;
[RKTestFactory sharedFactory].baseURL = URL;
}
+ (NSString *)baseURLString
{
return [[[RKTestFactory sharedFactory] baseURL] absoluteString];
}
+ (void)setBaseURLString:(NSString *)baseURLString
{
[[RKTestFactory sharedFactory] setBaseURL:[NSURL URLWithString:baseURLString]];
}
+ (NSString *)managedObjectStoreFilename
{
return [RKTestFactory sharedFactory].managedObjectStoreFilename;