sms-pager/test/controllers/docs_controller_test.rb

8 lines
147 B
Ruby
Raw Permalink Normal View History

2015-09-12 15:37:05 -05:00
require 'test_helper'
class DocsControllerTest < ActionController::TestCase
def test_root
xhr :get, :index
assert response.ok?
end
end