First bundle install
bundle exec rake
bundle exec rake unit_tests
Integration tests have a dependency on the real API, therefore you need credentials.
To add credentials, this gem uses dotenv
to inject credential ENV variables:
- copy the env template
cp .env.template .env
- add your configuration there NOTE: preferrably use sandbox values -- integration tests run real requests
bundle exec rake integration_tests