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

8 lines
147 B
Ruby

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