Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 186 Bytes

TESTING.md

File metadata and controls

12 lines (7 loc) · 186 Bytes

Testing

Installing the Requirements

You can install gem dependencies with bundler:

$ gem install bundler
$ bundler install

All the Tests

$ bundle exec rake test