6566676869707172737475
*/ @Test public void returnsRepo() throws Exception { final References refs = this.repo().git().references(); MatcherAssert.assertThat( refs.repo(), Matchers.notNullValue() ); } /**