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
- Host: GitHub
- URL: https://github.com/tyrcho/ruby-rover-kata
- Owner: tyrcho
- Created: 2018-03-31T08:39:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T14:33:05.000Z (about 5 years ago)
- Last Synced: 2025-02-13T00:29:43.611Z (4 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 guardGuard will monitor your files and run your tests automatically whenever you make a change.