* @throws Exception If fails
*/
@Test
public void fetchesLabelsFromGithub() throws Exception {
final Github github = new RtGithub();
final Repo repo = github.repos().get(
new Coordinates.Simple("jcabi/jcabi-github")
);
MatcherAssert.assertThat(
repo.labels().iterate().iterator().hasNext(),
Matchers.equalTo(true)