[![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 and an alias to [dh_easy-test](https://github.com/DataHenOfficial/dh_easy-test/) gem. It provides testing tools for TDD (Test Driven Development) over DataHen apps. Install gem: ```ruby gem install 'ae_easy-test' ``` Require gem: ```ruby require 'ae_easy/test' ``` See [dh_easy-test](https://github.com/DataHenOfficial/dh_easy-test/) gem for documentation.