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
For some tests we use VCR to record the API response of GitHub / Octokit. However, this resulted that some tests are coupled to the state of a repository. If we remove the cassettes and the state of the repository changed (closed PR), we might need to change the test as well.
We should extract the API response from the cassettes and wrap it into WebMock responses instead.
For some tests we use VCR to record the API response of GitHub / Octokit. However, this resulted that some tests are coupled to the state of a repository. If we remove the cassettes and the state of the repository changed (closed PR), we might need to change the test as well.
We should extract the API response from the cassettes and wrap it into WebMock responses instead.
See #5
The text was updated successfully, but these errors were encountered: