Topic: Testing radio buttons...
Does anyone know of a good way to test that the proper radio button in a set is selected? Test::Rails::ViewTestCase adds some custom assertions, but these don't seem to include anyway to easily add extra options/parameters to the the input tag. There also is the assert_tag_in_form "primitive" that I could probably hack up, but that seems like over kill.
Anyone developed a useful way for testing this?
Last edited by NielsenE (2006-09-06 21:09:23)