kissingcomputer/test/controllers/welcome_controller_test.rb

9 lines
179 B
Ruby
Raw Normal View History

2026-01-10 16:17:07 +00:00
require "test_helper"
class WelcomeControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get welcome_index_url
assert_response :success
end
end