• Stars
    star
    781
  • Rank 58,232 (Top 2 %)
  • Language
    Ruby
  • Created about 9 years ago
  • Updated about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Ruby RSpec suite against our public API
                        _
__   ___ __  __ _ _ __ (_)    ___ _ __   ___  ___ ___
\ \ / / '__|/ _` | '_ \| |   / __| '_ \ / _ \/ __/ __|
 \ 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