Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 500 Bytes

TESTING.md

File metadata and controls

30 lines (16 loc) · 500 Bytes

Testing

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