require 'test_helper' class SingleTestTest < ActionDispatch::IntegrationTest test "the truth" do assert true end end