Add tests
This commit is contained in:
parent
363dfaa7d3
commit
cdea0e1218
14 changed files with 116 additions and 52 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue