> http://gist.github.com/76136
> response.body.should be_html_with{
> form :action => '/users' do
> fieldset do
> legend 'Personal Information'
> label 'First name'
> input :type => 'text', :name => 'user[first_name]'
> end
> end
> }
Has anyone tried this? is it useful?