mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-24 14:56:41 +00:00
10 lines
215 B
Ruby
10 lines
215 B
Ruby
require 'test_helper'
|
|
require 'swagger_rails/testing/test_helpers'
|
|
|
|
class V1ContractTest < ActionDispatch::IntegrationTest
|
|
include SwaggerRails::TestHelpers
|
|
|
|
swagger_doc 'v1/swagger.json'
|
|
swagger_test_all
|
|
end
|