Skip to content

a way to quickly start a code kata or a simple ruby code exercise

Notifications You must be signed in to change notification settings

abrahamoshel/kata_starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kata starter

This is a repo that can easily be used to start a code kata.

Included is:
  • rsepc
  • guard (with growl notifications)
  • pry

To setup

$ git clone <repo>
$ cd <directory>
$ bundle install

if you would like guard to run as you are coding:

$ bundle exec guard

it will auto run the rsepc test when a a test is edited or created as well if your code is changed.

About

a way to quickly start a code kata or a simple ruby code exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages