Welcome to vrapispecs

August 25, 2015 ยท View on GitHub

                        _
__   ___ __  __ _ _ __ (_)    ___ _ __   ___  ___ ___
\ \ / / '__|/ _` | '_ \| |   / __| '_ \ / _ \/ __/ __|
 \ V /| |  | (_| | |_) | |   \__ \ |_) |  __/ (__\__ \
  \_/ |_|___\__,_| .__/|_|___|___/ .__/ \___|\___|___/
       |_____|   |_|    |_____|  |_|

Welcome to vr_api_specs

vr_api_specs is an rspec test suite to test the public REST API of Voice Republic.

Setup

gem install bundler
bundle

Run tests

rspec

or run Guard for continous test on file write

guard