require "test_helper"

class WelcomeControllerTest < ActionDispatch::IntegrationTest
  test "should get welcome index" do
    get root_path
    assert_response :success
  end
end
