notebook/test/controllers/api_docs_controller_test.rb
2020-02-21 16:58:35 -06:00

10 lines
181 B
Ruby

require 'test_helper'
class ApiDocsControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get api_docs_index_url
assert_response :success
end
end