mockingjay

https://travis-ci.org/kevinjqiu/mockingjay.svg?branch=master https://coveralls.io/repos/kevinjqiu/mockingjay/badge.svg?branch=master

A simple library to build mock http services based on HTTPretty

Features

  • Provides a fluent interface for building service mocks using HTTPretty
  • Allows mocking of response body using templated fixtures
  • Automatic assertion of request attributes (headers, body, etc)

Usage

See usage