Skip to content

Commit

Permalink
remove auto-generated ruby tests (OpenAPITools#17402)
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 authored Dec 15, 2023
1 parent e63563a commit 809d715
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 386 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,6 @@ public void processOpts() {
.doNotOverwrite());
supportingFiles.add(new SupportingFile("spec_helper.mustache", specFolder, "spec_helper.rb")
.doNotOverwrite());
supportingFiles.add(new SupportingFile("configuration_spec.mustache", specFolder, "configuration_spec.rb")
.doNotOverwrite());
supportingFiles.add(new SupportingFile("api_client_spec.mustache", specFolder, "api_client_spec.rb")
.doNotOverwrite());

// add lambda to convert a symbol to a string if an underscore is included (e.g. :'user_uuid' => 'user_uuid')
additionalProperties.put("lambdaFixHeaderKey", new Mustache.Lambda() {
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,4 @@ lib/petstore/models/test_inline_freeform_additional_properties_request.rb
lib/petstore/models/user.rb
lib/petstore/version.rb
petstore.gemspec
spec/api_client_spec.rb
spec/configuration_spec.rb
spec/spec_helper.rb
2 changes: 0 additions & 2 deletions samples/client/petstore/ruby-faraday/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,4 @@ lib/petstore/models/test_inline_freeform_additional_properties_request.rb
lib/petstore/models/user.rb
lib/petstore/version.rb
petstore.gemspec
spec/api_client_spec.rb
spec/configuration_spec.rb
spec/spec_helper.rb
Loading

0 comments on commit 809d715

Please sign in to comment.