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

class HomeControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get home_path
    assert_response :success
  end
end