Sha256: 2685c283eca2ce30b23f3b2d670832ab4fd89b1f8f49457759767f9b51b72a56

Contents?: true

Size: 859 Bytes

Versions: 1

Compression:

Stored size: 859 Bytes

Contents

# Analtester

A silly gem for generating minitest files. If you have RSpec, it can use that,
too.

analtester will look through your ./lib directory and create corresponding tests in test/.
They will all fail, until you write them. Use it to quickly populate an untested
library with tests. Just run `analtester` from the command-line in your project's root.

Requires minitest, unless it doesn't.

## Installation

    $ gem install analtester

## Usage

    $ cd myproject
    $ analtest -h

That's it.

[![Build Status](https://travis-ci.org/bjjb/analtester.svg?branch=master)](https://travis-ci.org/bjjb/analtester)

## Contributing

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
analtester-0.0.3 README.md