# File lib/test/rails/view_test_case.rb, line 428
  def assert_post_form(form_action, &block)
    assert_form(form_action, :post, &block)
  end