Basic Ruby project directory with bundle and RSpec. Suitable for solving katas using TDD.
-
git clone https://github.com/zackads/ruby_kata_boilerplate.git
-
bundle install
-
Tests ->
spec/ruby_boilerplate_spec.rb
-
Production code ->
lib/ruby_boilerplate.rb