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
{{ message }}
This repository was archived by the owner on Jun 6, 2022. It is now read-only.
With the issues with travis, environment variables and Github tokens, I am not sure if it is OK to interact with an external entity in our tests. See for example https://travis-ci.org/ZeusWPI/gamification/builds/78897689, where https://github.com/ZeusWPI/gamification/blob/master/spec/requests/webhooks_spec.rb#L24 and https://github.com/ZeusWPI/gamification/blob/master/spec/requests/webhooks_spec.rb#L28 fail.
Shouldn't this get stubbed to avoid so we aren't depended on external entities and our internet connection?