* RtHooks can fetch empty list of hooks.
* @throws Exception if some problem inside
*/
@Test
public void canFetchEmptyListOfHooks() throws Exception {
final MkContainer container = new MkGrizzlyContainer().next(
new MkAnswer.Simple(HttpURLConnection.HTTP_OK, "[]")
).start();
final Hooks hooks = new RtHooks(
new JdkRequest(container.home()),
RtHooksTest.repo()