Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Show how to use in Readme #6

Merged
merged 1 commit into from Mar 1, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions Readme.md
Expand Up @@ -4,6 +4,18 @@ Mutant is a mutation tester. It modifies your code and runs your tests to make s

Largely based on [heckle](https://github.com/seattlerb/heckle), this is a rewrite on top of [Rubinius](http://rubini.us).

## Usage

````
mutate "ClassName#method_to_test" spec
````

To test a class method, use:

````
mutate "ClassName.class_method_to_test" spec
````

## Development roadmap

As an experiment, I've set up a [public Trello board](https://trello.com/board/mutant/4f452510101d860b203b542d) with the development roadmap up to the 1.0 release. You can vote and comment cards to give constructive feedback to the project. Just have a look and leave a comment! :)
Expand Down