First page Back Continue Last page Overview Graphics
Web::Testing -- the test
do_request ’Äúhello.rb’Äù
assert_template_used( ’Äúform.html’Äù )
assert_form_includes( ’Äúform_name’Äù,
’Äúname’Äù => ’Äú’Äù )
do_submit( ’Äúform_name’Äù,
’Äúname’Äù => ’ÄúRuby Lovers’Äù )
assert_template_used( ’Äúhello.html’Äù )
assert_vars_includes( ’Äúname’Äù, ’ÄúRuby Lovers’Äù )