Skip to content

Commit

Permalink
HTML is not a controller
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewalker committed May 3, 2012
1 parent 87bdc28 commit 18b914e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/TestAppBase.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ after 'setup_components' => sub {
into => $app,
component => 'TestAppBase::View::HTML',
as => 'HTML',
) unless $app->controller('HTML');
) unless $app->view('HTML');
};

1;

0 comments on commit 18b914e

Please sign in to comment.