* @throws Exception if some problem inside
*/
@Test
public void canFetchSingleHook() throws Exception {
final Hooks hooks = MkHooksTest.repo().hooks();
final Hook hook = hooks.create(
// @checkstyle MultipleStringLiterals (1 line)
"geocommit", Collections.<String, String>emptyMap()
);
MatcherAssert.assertThat(
hooks.get(hook.number()),