sms-pager/test/controllers/parents_controller_test.rb
2015-09-12 15:37:05 -05:00

9 lines
154 B
Ruby

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