{
@Test
public void shouldGenerateDependencies() throws Exception {
Archive<?> archive = new ProtocolDeploymentAppender().createAuxiliaryArchive();
Assert.assertTrue(
"Should have added web.xml",
archive.contains(ArchivePaths.create("META-INF/web-fragment.xml"))
);