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