Skip to content

julias-shaw/ruby_kata_starter

Repository files navigation

Development

This project simplifies doing code katas in ruby. It has RSpec and cucumber setup (including code coverage) and provides some shell scripts to simplify use from the command line.

Getting Started

  1. Checkout this project from git - git clone git@github.com:julias-shaw/ruby_kata_starter.git
  2. Change into the project directory - cd ruby_kata_starter
  3. Install the correct version of ruby asdf install
  4. Install bundler - gem install bundler
    • You may be prompted
  5. Install rubygems - bundle install

Features

Rake file and shell scripts to:

  • Run all functional tests - bundle exec rake features or functional_test.sh
  • Run all unit tests - bundle exec rake spec or unit_test.sh
  • Watch for file changes and automatically run unit tests - bundle exec guard or watch_unit_tests.sh

About

This project simplifies doing code katas in ruby.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published