Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 551 Bytes

TESTING.rst

File metadata and controls

29 lines (19 loc) · 551 Bytes

Testing

Ruby build and tests exist to:

  • validate json graph schema as draft v4 of JSON schema
  • validate examples against the json graph schema

How-to

  • Install ruby.
  • Install bundler with gem install bundler.
  • Install testing dependencies with bundle install.
  • Run tests using rake:
    • bundle exec rake

Travis-CI

Automated testing with Travis-CI at travis.