Testing

December 26, 2015 ยท View on GitHub

Installing the Requirements

You can install gem dependencies with bundler:

$ gem install bundler
$ bundler install

Generate Documentation

$ bundle exec rake doc

This will generate the HTML documentation in the doc/ directory.

Running the Syntax Style Tests

$ bundle exec rake style

Running the Unit Tests

Minitest tests can be run as usual:

$ bundle exec rake unit

Contents

  1. 1Installing the Requirements
  2. 2Generate Documentation
  3. 3Running the Syntax Style Tests
  4. 4Running the Unit Tests