luisobo / Nocilla

Testing HTTP requests has never been easier. Nocilla: Stunning HTTP stubbing for iOS and Mac OS X.

Home Page:https://twitter.com/luisobo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose isStarted?

flipsasser opened this issue · comments

Hi there! First off, I LOVE Nocilla. It makes stubbing HTTP requests awesome. Thank you so much for putting it into the world.

Second! I'm wondering if you would consider exposing the "isStarted" method in the public interface? I have some test helpers ("logIn:(NSString *)email password:(NSString *)password" and "logOut") that would benefit greatly from knowing if Nocilla has been started and, if not, starting it to stub out Gravatar URL requests.

I'm happy to fork / update / pull request if you'd like. Just let me know.