Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Ruby Test Environment

Ruby is tested with minitest through rake tasks. It also uses rematch as a snapshot system.

Prerequisite

  • Install the gems: bundle install

Rake tasks

Run rake default (or just rake).


See also the E2E Test Environment.