[![Documentation](http://img.shields.io/badge/docs-rdoc.info-blue.svg)](http://rubydoc.org/gems/ae_easy-test/frames) [![Gem Version](https://badge.fury.io/rb/ae_easy-test.svg)](http://github.com/answersengine/ae_easy-test/releases) [![License](http://img.shields.io/badge/license-MIT-yellowgreen.svg)](#license) # AeEasy test module ## Description AeEasy test is part of AeEasy gem collection. It provides testing tools for TDD (Test Driven Development) over AnswersEngine apps. Install gem: ```gem install 'ae_easy-test'``` Require gem: ```require 'ae_easy-test'``` Documentation can be found [here](http://rubydoc.org/gems/ae_easy-test/frames).