require 'test_helper' class Account end class CheckboxTest < ActiveSupport::TestCase def assigns {account: resource} end def helpers mock_action_view do def accounts_path '/accounts' end end end test "checkbox places the label before the input" do html = arbre(account: resource) { express_form(:account) { checkbox :eula } } label = '