Dancer2-Serializer-XML

 view release on metacpan or  search on metacpan

t/Dancer2-Serializer-XML.t  view on Meta::CPAN

		#diag("Body: ". $body);
		is($r->content, '<test bar="two" foo="one" />
', "serializers take note of settings");
    };
}

# Test 5: check content type is right
is(
    $serializer->content_type,
    'application/xml',
    'content-type is set correctly',
);



( run in 2.151 seconds using v1.01-cache-2.11-cpan-800906f7e73 )