Sha256: 40155496bff7d63a493f9dd390c24843b5317da179b5694a8d9a0052cb6970db

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

# Testable

Testable is a test solution micro-framework.

A micro-framework provides a focused solution, which means it does one thing and one thing only, instead of trying to solve each and every problem. While doing that one thing it does well, I believe the micro-framework should do it while maintaining a balance between being expressive and concise. Any such micro-framework should be able to serve as one component of your own custom modularized framework, allowing you to compose solutions. To that end, you can use Testable directly as an automated test library or you can use it with other tools such as MiniTest, RSpec, Cucumber, and so on.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'testable'
```

And then execute:

    $ bundle

Or install it yourself with:

    $ gem install testable

## Usage

Instructions on using Testable as part of your test solution will be coming soon once the API is fleshed out.

1. [Fork the project](http://gun.io/blog/how-to-github-fork-branch-and-pull-request/).
2. Create a feature branch. (`git checkout -b my-new-feature`)
3. Commit your changes. (`git commit -am 'new feature'`)
4. Push the branch. (`git push origin my-new-feature`)
5. Create a new [pull request](https://help.github.com/articles/using-pull-requests).

## Copyright

Testable is distributed under the MIT license. See the [LICENSE](https://github.com/jnyman/testable/blob/master/LICENSE.txt) file for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
testable-0.0.1 README.md