# AktionTest

[![Build Status](https://secure.travis-ci.org/AktionLab/aktion_test.png?branch=master)](https://travis-ci.org/AktionLab/aktion_test)
[![Dependency Status](https://gemnasium.com/AktionLab/aktion_test.png)](https://gemnasium.com/AktionLab/aktion_test)

Testing gem that includes a common set of testing gem and a suite of RSpec Matchers

## Installation

Add this line to your application's Gemfile:

    gem 'aktion_test'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install aktion_test

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request