Application_Form/test/application_form_test.rb

8 lines
146 B
Ruby
Raw Normal View History

2022-03-10 02:11:18 +00:00
require 'test_helper'
class ApplicationFormTest < ActiveSupport::TestCase
test "truth" do
assert_kind_of Module, ApplicationForm
end
end