feat: add home page
This commit is contained in:
parent
fcef2c79fe
commit
cac31ff12c
16 changed files with 35932 additions and 4 deletions
test/controllers
10
test/controllers/home_controller_test.rb
Normal file
10
test/controllers/home_controller_test.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
require 'test_helper'
|
||||
|
||||
class HomeControllerTest < ActionDispatch::IntegrationTest
|
||||
test 'should get index' do
|
||||
get root_url
|
||||
assert_response :success
|
||||
assert_select 'title', 'Kaiho'
|
||||
assert_select 'h3', 'Welcome'
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue