Connect VBMS is a Ruby library for connecting to VBMS.
- Java JDK 1.7 or above
- Python 2.6 or above
- Sphinx 1.3.1 or above (
pip install sphinx
)
- Sphinx 1.3.1 or above (
- Ruby 2.2 or above
- Bundler 1.10 or above (
gem install bundle
)
- Bundler 1.10 or above (
From the root directory, run:
rake build
For the first run of the tests, install the Ruby dependencies:
bundle install
Every other time, just run the below from the root directory:
bundle exec rspec
The tests are dependent on your network and on the VBMS test server being up and running.
From the root directory, run:
rake docs