notebook/test/controllers/to_write/api_docs_controller_test.rb
2021-05-21 17:08:18 -07:00

10 lines
189 B
Ruby

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