summaryrefslogtreecommitdiff
path: root/test/controllers/home_controller_test.rb
blob: 6bd87f67a6190aeb860e40e3976bc29f4749ec9a (plain)
1
2
3
4
5
6
7
8
require "test_helper"

class HomeControllerTest < ActionDispatch::IntegrationTest
  test "gets index" do
    get home_index_url
    assert_response :success
  end
end