/JSONph-api-test

Some example tests for the JSONPlaceholder Fake Online REST API

Primary LanguageRuby

JSONph-api-test Build Status

Some example tests for the JSONPlaceholder Fake Online REST API

Using Ruby / RSpec (tests) / HTTParty (network requests)

Pre-requisites:
  • ruby 2+
  • bundler
  • you'll need git, too
Running the tests:
  • git clone git@github.com:michalboo/JSONph-api-test.git
  • cd JSONph-api-test
  • bundle install
  • rake