require 'test_helper' class DocsControllerTest < ActionController::TestCase def test_root xhr :get, :index assert response.ok? end end