source: server/trunk/web/t/model_Rss.t @ 420

Last change on this file since 420 was 173, checked in by nanardon, 13 years ago
  • add /feed section (RSS feeds)
File size: 98 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5BEGIN { use_ok 'Sophie::Model::Rss' }
6
7done_testing();
Note: See TracBrowser for help on using the repository browser.