=> 'frontend/Makefile.am',
'frontend/Manifest.json' => 'frontend/Manifest.json',
'frontend/config.json' => 'frontend/config.json',
'frontend/source/class/app/Application.js' =
est::Mojo->new('<%= $p->{class} %>');
$t->post_ok('/jsonrpc','{"id":1,"service":"<%= $p->{name} %>","method":"ping","params":["hello"]}')
->json_is('',{id=>1,result=>'got hello'},'post request');