/wordwrap_tpp

https://learn.madetech.com/guides/07-Simplest-Next-Test/

Primary LanguageRuby

Ruby kata boilerplate

Basic Ruby project directory with bundle and RSpec. Suitable for solving katas using TDD.

Setup

  1. git clone https://github.com/zackads/ruby_kata_boilerplate.git

  2. bundle install

  3. Tests -> spec/ruby_boilerplate_spec.rb

  4. Production code -> lib/ruby_boilerplate.rb

Useful resources

RSpec Style Guide Bundler Rspec