Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Running tests

Make sure you have minitest installed by running bundle install from the project directory.

To run unit tests, from project directory:

$ rake test

To run full integration tests, you need to have docker installed and connectivity to the internet.

$ rake integration