require 'test_helper' module AmpleAssets class FormBuilderTest < ActionView::TestCase test "the truth" do assert true end end end