Skip to content

Commit

Permalink
test defaults with AUTOLOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 8, 2014
1 parent 988bed3 commit e5080c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/mojolicious/lite_app.t
Expand Up @@ -455,6 +455,7 @@ my $t = Test::Mojo->new;
# Application is already available
is $t->app->test_helper2, 'Mojolicious::Controller', 'right class';
is $t->app->moniker, 'lite_app', 'right moniker';
is $t->app->stash->{default}, 23, 'right value';
is $t->app, app->build_controller->app->commands->app,
'applications are equal';
is $t->app->build_controller->req->url, '', 'no URL';
Expand Down

0 comments on commit e5080c6

Please sign in to comment.