Testing

December 9, 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.

All the Tests

$ bundle exec rake test

Running the Syntax Style Tests

$ bundle exec rake style

Running the Unit Tests

$ bundle exec rake unit

Running the Integration Tests

$ bundle exec rake integration

Contents

  1. 1Installing the Requirements
  2. 2Generate Documentation
  3. 3All the Tests
  4. 4Running the Syntax Style Tests
  5. 5Running the Unit Tests
  6. 6Running the Integration Tests