Check listing of archived repositories ====================================== CGit can hide a repository from the listing while still allowing access by setting `repo.hide=1` in the main cgitrc, or just `hide=1` in the per-repository cgitrc. Rather than introducing excessive test requirements, we test that Gitano produces the right config, rather than starting a CGit instance and inspecting its UI. SCENARIO Gitano configures CGit to hide archived repositories GIVEN a standard instance WHEN testinstance adminkey runs config gitano-admin set project.archived true THEN server-side gitano-admin.git file cgitrc contains hide=1 FINALLY the instance is torn down