README.md

# README

Harnais: A harness for writing and running Elixir tests

## Installation

Add **harnais** to your list of dependencies in <span class="underline">mix.exs</span>:

    def deps do
      [{:harnais, "~> 0.1.0"}]
    end

## Examples

See the examples in the [API Reference](<https://hexdocs.pm/harnais/readme.html>).