Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Latest commit

 

History

History
37 lines (21 loc) · 825 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 825 Bytes

connect_vbms

Connect VBMS is a Ruby library for connecting to VBMS.

Pre-requisites

Build

From the root directory, run:

rake build

Tests

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.

Docs

From the root directory, run:

rake docs