a11yist/test/controllers/home_controller_test.rb

8 lines
171 B
Ruby

require "test_helper"
class HomeControllerTest < ActionDispatch::IntegrationTest
test "should get show" do
get home_show_url
assert_response :success
end
end