I have an app using this module. 
http://search.cpan.org/~koorchik/Mojolicious-Plugin-RenderFile-0.03/README.pod

when app starts, i am using that plugin like this.
*# Mojolicious $self->plugin('RenderFile');*

But when i am trying create test cases,  keep getting this error message.

*"Plugin "RenderFile" missing, maybe you need to install it?"*

But it is installed by cpanm, and i can use this module with app, only 
problem when i try to write test case. Do i have to pass this plug in when 
new app created?

I have tried this, in test cases.

*my $t = Test::Mojo->new('MyAppName' => { plugin => 'RenderFile'}); *

Still getting same error. what i am missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to