Skip to content

Instantly share code, notes, and snippets.

@BartoszJarocki
Created May 14, 2017 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BartoszJarocki/8cc4fb158034ba486ef27a3f8328a508 to your computer and use it in GitHub Desktop.
Save BartoszJarocki/8cc4fb158034ba486ef27a3f8328a508 to your computer and use it in GitHub Desktop.
when(githubApi.contributors(OWNER, REPO)).thenReturn(
Observable.just(Response.success(contributors)));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment