We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca6c63f commit 2b6b774Copy full SHA for 2b6b774
modules/openapi-generator/src/main/resources/ruby-client/model_test.mustache
@@ -41,9 +41,8 @@ describe {{moduleName}}::{{classname}} do
41
{{#oneOf}}
42
{{#-first}}
43
describe '.openapi_one_of' do
44
- it 'lists the models referenced in the oneOf array' do
+ it 'lists the items referenced in the oneOf array' do
45
expect(described_class.openapi_one_of).to_not be_empty
46
- described_class.openapi_one_of.each { |klass| expect { {{moduleName}}.const_get(klass) }.to_not raise_error }
47
end
48
49
0 commit comments