I've a setup with Square Retrofit + Otto.
On API call success or failure Otto notifies the subscribing object.
I'm trying to write unit tests without mocking request/response.
But I don't seem to get any response or even Robolectric.httpRequestWasMade() returns false after the REST call is invoked
Can Robolectric make actual API calls and get their responses? Any help is appreciated.