Ignore:
Timestamp:
06/13/09 15:27:17 (15 years ago)
Author:
nanardon
Message:
  • rename Vote module to Epoll (#16)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/t/controller_Ballot.t

    r200 r242  
    33use Test::More tests => 3; 
    44 
    5 BEGIN { use_ok 'Catalyst::Test', 'Vote' } 
    6 BEGIN { use_ok 'Vote::Controller::Ballot' } 
     5BEGIN { use_ok 'Catalyst::Test', 'Epoll' } 
     6BEGIN { use_ok 'Epoll::Controller::Ballot' } 
    77 
    88ok( request('/ballot')->is_redirect, 'Request should succeed' ); 
Note: See TracChangeset for help on using the changeset viewer.