* @throws Exception - If something goes wrong.
*/
@Test
public void fetchesJson() throws Exception {
final Reference ref = this.reference();
final JsonObject json = ref.json();
MatcherAssert.assertThat(
json.getString("ref"),
Matchers.is("refs/tags/hello")
);
MatcherAssert.assertThat(