Skip to content

Coding Katas written in Ruby ❤️

License

Notifications You must be signed in to change notification settings

eliflores/coding-katas-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Katas Ruby

CI MIT License

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! 🎉