summaryrefslogtreecommitdiff
path: root/GroLUG/t/c_Iscritti.t
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2006-02-08 18:52:19 +0000
committerdakkar <dakkar@luxion>2006-02-08 18:52:19 +0000
commitb2bf6e98e29ba55c41d134a1e640bdaa560d1152 (patch)
tree55a89ad794818e490c49b18be8e4b4006cb935a3 /GroLUG/t/c_Iscritti.t
parentil test funziona, aggiunta colonna 'attivo' (diff)
downloadIscrittiGroLUG-b2bf6e98e29ba55c41d134a1e640bdaa560d1152.tar.gz
IscrittiGroLUG-b2bf6e98e29ba55c41d134a1e640bdaa560d1152.tar.bz2
IscrittiGroLUG-b2bf6e98e29ba55c41d134a1e640bdaa560d1152.zip
funge il modello... ca**o
git-svn-id: svn://luxion/repos/IscrittiGroLUG/trunk@170 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'GroLUG/t/c_Iscritti.t')
-rw-r--r--GroLUG/t/c_Iscritti.t9
1 files changed, 9 insertions, 0 deletions
diff --git a/GroLUG/t/c_Iscritti.t b/GroLUG/t/c_Iscritti.t
new file mode 100644
index 0000000..7cc006c
--- /dev/null
+++ b/GroLUG/t/c_Iscritti.t
@@ -0,0 +1,9 @@
+use strict;
+use warnings;
+
+use Test::More tests => 3;
+use_ok( 'Catalyst::Test', 'GroLUG' );
+use_ok('GroLUG::C::Iscritti');
+
+ok( request('iscritti')->is_success, 'Request should succeed' );
+