Add tests
Some checks failed
/ Text (push) Failing after 15s
/ Checkout (push) Successful in 1m3s

This commit is contained in:
david 2024-07-22 22:40:56 +02:00
parent 363dfaa7d3
commit cdea0e1218
14 changed files with 116 additions and 52 deletions

View file

@ -4,7 +4,7 @@ require 'test_helper'
class HomeControllerTest < ActionDispatch::IntegrationTest
test 'should get show' do
get home_show_url
get root_url
assert_response :success
end
end