This is a scaffold for fast starting code with Ruby and RSpec
git clone https://github.com/jguitar/ruby-rspec-katas.git [kata-name]
cd [kata-name]
bundle install
rake
rake create[kata-name]
(Brackets are mandatory)
guard
Start to code!
This is a scaffold for fast starting code with Ruby and RSpec
git clone https://github.com/jguitar/ruby-rspec-katas.git [kata-name]
cd [kata-name]
bundle install
rake
rake create[kata-name]
(Brackets are mandatory)
guard
Start to code!