source: trunk/LATMOS-Accounts-Web/t/controller_Summary-EmploymentByPeriod.t @ 1782

Last change on this file since 1782 was 1758, checked in by nanardon, 8 years ago

Ajout compte de statut par période

File size: 257 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5
6use Catalyst::Test 'LATMOS::Accounts::Web';
7use LATMOS::Accounts::Web::Controller::Summary::EmploymentByPeriod;
8
9ok( request('/summary/employmentbyperiod')->is_success, 'Request should succeed' );
10done_testing();
Note: See TracBrowser for help on using the repository browser.