Kameleoon RUBY SDK
This is the repository for the Kameleoon Ruby SDK.
How to build and install Kameleoon Gem locally
Prerequisite:
Build and install the gem:
- Run
./buildAndInstallGem.sh
How to run tests
Prerequisite:
- Build and install Kameleoon Gem locally (infos above).
- Install rake:
gem install rake
Run Tests:
Unit
- Run
./test.sh -u##### Integration Make sure you kill manually the server test app after the tests are done. - Run
./test.sh -i