my $c = MyApp -> prepare(); MyApp::Controller::MyController::MyAction(undef, $c); ok($c->stash->{template} eq $expected_template_name, "comparing template returned");