source: server/trunk/web/t/controller_Search-Dep.t @ 454

Last change on this file since 454 was 148, checked in by nanardon, 13 years ago
  • cleanup the mess introduce by previous commit
  • factorize code
File size: 225 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Catalyst::Test', 'Sophie' }
6BEGIN { use_ok 'Sophie::Controller::Search::Dep' }
7
8# ok( request('/search/dep')->is_success, 'Request should succeed' );
9done_testing();
Note: See TracBrowser for help on using the repository browser.