Tao

Simple tool for easy Test driven development in Ruby. It is based on Rspec and Guard.

Installation

Add this line to your application's Gemfile:

gem 'tao'

And then execute:

$ bundle

Or install it yourself as:

$ gem install tao

Usage

    $ tao new project_name

    Will create new project with specified name.

    IMPORTANT: Don't forget to run 'bundle' when you create new project.

    $ tao help

    If you need help.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request