--- trunk/t/90-frey-server.t 2008/07/11 23:08:25 103 +++ trunk/t/90-frey-server.t 2008/07/13 12:22:14 106 @@ -2,7 +2,7 @@ use strict; use warnings; -use Test::More tests => 6; +use Test::More tests => 8; use lib 'lib'; BEGIN { @@ -23,11 +23,13 @@ $mech->content_contains("Frey"); -#$mech->field( name => $name ); -#$mech->field( favorite => $thing1, 1 ); -#$mech->field( favorite => $thing2, 2 ); -#$mech->field( favorite => $thing3, 3 ); +$mech->get_ok( '/ob/Strix::User' ); +$mech->content_contains("Email"); + +#$mech->field( email => 'test@example.com' ); # FIXME we mungle field names #$mech->submit; +#$mech->content_contains('test@example.com'); + ok( Frey::Test->stop_server, 'stop_server' );