An open API service indexing awesome lists of open source software.

https://github.com/tyrcho/ruby-rover-kata

My first Ruby kata
https://github.com/tyrcho/ruby-rover-kata

Last synced: about 2 months ago
JSON representation

My first Ruby kata

Awesome Lists containing this project

README

        

# Ruby/Test::Unit Kata Template

Project template for starting TDD Kata using Ruby and Guard::Rspec

## Usage

### 1. Clone the repository.

$ git clone [email protected]:tyrcho/ruby-rover-kata.git

Install bundler if necessary.

$ gem install bundler

Use bundler to install the gems.

$ bundle

Start guard to run your tests automatically.

$ bundle exec guard

Guard will monitor your files and run your tests automatically whenever you make a change.