Skip to content

Commit ddc2b3e

Browse files
authored
Add tests for oneOf models in ruby client (#16137)
* add test for oneOf model in ruby * add new files * add tests for oneOf model without discriminator
1 parent 7dee666 commit ddc2b3e

File tree

18 files changed

+3036
-1
lines changed

18 files changed

+3036
-1
lines changed

bin/configs/ruby.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
generatorName: ruby
22
outputDir: samples/client/petstore/ruby
33
library: typhoeus
4-
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/ruby/petstore-with-fake-endpoints-models-for-testing.yaml
55
templateDir: modules/openapi-generator/src/main/resources/ruby-client
66
additionalProperties:
77
gemVersion: 1.0.0

0 commit comments

Comments
 (0)