require 'test_helper' class Foo def self.columns ; [] ; end end class ExpressFormTest < ActiveSupport::TestCase def assigns {resource: resource} end def simplest_form arbre { express_form(:resource) { submit value: 'Save it!' } } end test "simplest form renders" do assert simplest_form end test "simplest form will have the proper id" do assert_match /