You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@izgeri Picked this up to work on while my API testing plan is reviewed.
The OpenAPI generator tool does not generate test method stubs for all languages they support, Ruby being one of them, so these will have to be cooked up from scratch.
@john-odonnell The generator actually does generate test method stubs for Ruby. They are in the spec directory because they use Ruby's spec suite for testing
The project has integration tests for the generated Ruby client using the currently implemented API endpoints.
AC:
tests/ruby
integration_tests
scripttests/ruby/start
The text was updated successfully, but these errors were encountered: