Missing Group Metadata

Given

The group meta tag in the head element on a Concordion specification is missing,

<head>
    <title>Missing Group Metadata</title>
</head> 

When

The overview page is generated from MissingGroupMeta.html (this page),

Then

The generated overview page will list the test under a group heading of "unknown". The generated overview page will include the Concordion run command along side the test, for example,

<h2>Unknown</h2>
<ul>
    <li>
        <a concordion:run="concordion" href="MissingGroupMeta.html">Missing Group Metadata</a>
    </li>
</ul>