{
@Test
public void shouldGenerateDependencies() throws Exception
{
Archive<?> archive = new JUnitDeploymentAppender().createAuxiliaryArchive();
Assert.assertTrue(
"Should have added Extension",
archive.contains(ArchivePaths.create("/META-INF/services/org.jboss.arquillian.container.test.spi.TestRunner")));