sms-pager/test/controllers/parents_controller_test.rb

9 lines
148 B
Ruby
Raw Normal View History

2015-09-12 15:37:05 -05:00
require 'test_helper'
class ParentsControllerTest < ActionController::TestCase
def test_parents
2015-09-18 15:50:52 -05:00
get :index
2015-09-12 15:37:05 -05:00
assert response.ok?
end
end