You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for the awesome gem! I'm trying to do some tests that rely on the GitHub API that's causing some issues. In particular the method to retrieve a users stars.
I've got a Sinatra app combined with webmock to reply instead of GitHub:
However, the results from calling github.activity.starring.starred user: username isn't the same as against the real API. I iterate over the results, however the real API I can do this:
First, thanks for the awesome gem! I'm trying to do some tests that rely on the GitHub API that's causing some issues. In particular the method to retrieve a users stars.
I've got a Sinatra app combined with webmock to reply instead of GitHub:
However, the results from calling
github.activity.starring.starred user: username
isn't the same as against the real API. I iterate over the results, however the real API I can do this:But when mocking it requires this (the repo is inside
repo
for some reason):I'm using JSON pulled directly from the API so not sure what's wrong--hoping you could provide some insight if possible!
The text was updated successfully, but these errors were encountered: