Form Test Helper plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://form-test-helper.googlecode.com/svn/form_test_helper/
Instead of this:
post :create, :book => {:name => 'Pickaxe', :category => 1, :out_of_print => 0}
This plugin lets you do this:
get :new submit_form do |form| form.book.name = 'Pickaxe' form.book.category = 'Programming' form.book.out_of_print.uncheck end assert_response :success
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: maxim_kulkin, 8 months ago

