Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 985 Bytes

File metadata and controls

19 lines (15 loc) · 985 Bytes

Coding Katas Ruby

CI MIT License Conventional Commits

Ruby solutions for Katas from

How to work with this repository

  1. Clone the repository
  2. Install the version of ruby in the .ruby-version file.
    • Hint: You may use rbenv to manage ruby versions.
  3. Install dependencies: gem install bundler && bundle install
  4. Run static analysis: bundle exec rubocop
  5. Run tests: bundle exec rspec --format documentation
  6. Write the tests, write the code, lint the code, and have fun!
  7. Open a Pull Request, wait for all the checks to pass, and merge! 🎉