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
This commit adds a new fixture site that doesn't load all of
`site.github`. It just loads a few items. We then check that those items
are loaded once after the first and second times the site is processed.
We also use a new spec helper function `not_expect_api_call` to make
sure other API calls are not made. This test checks a few enpoints that
get loaded when the entire `site.github` is loaded. Before adding the
uninject code, these API endpoints would have gotten called, despite not
being used by the fixture site. With the uninject changes, they are no
longer called.
0 commit comments