Makefile in conekta-6.0.0 vs Makefile in conekta-6.0.1

- old
+ new

@@ -1,2 +1,10 @@ ci-test: - bundle exec rspec \ No newline at end of file + bundle exec rspec +ruby: + docker run --rm \ + -v ${PWD}:/local openapitools/openapi-generator-cli:v7.1.0 generate \ + -i https://raw.githubusercontent.com/conekta/openapi/main/_build/api.yaml \ + -g ruby \ + -o /local \ + -c /local/config-ruby.json \ + --global-property modelTests=false