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

Commit

Permalink
moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Josep M. Bach committed Jan 27, 2013
1 parent 28c4402 commit b8643c8
Showing 1 changed file with 2 additions and 23 deletions.
25 changes: 2 additions & 23 deletions Readme.md
@@ -1,25 +1,4 @@
# mutant [![Build Status](https://secure.travis-ci.org/txus/mutant.png)](http://travis-ci.org/txus/mutant) [![Dependency Status](https://gemnasium.com/txus/mutant.png)](https://gemnasium.com/txus/mutant)
# DEAD DEVELOPMENT

Mutant is a mutation tester. It modifies your code and runs your tests to make sure they fail. The idea is that if code can be changed and your tests don't notice, either that code isn't being covered or it doesn't do anything.
Development of this lib moved to [mbj/mutant](https://github.com/mbj/mutant) and was rewritten with more features and higher stability.

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! :)

## Who's this

This project was originally created by [@justinko](http://twitter.com/justinko) (derived from [this gist](https://gist.github.com/1065789) by [@dkubb](http://twitter.com/dkubb)) and is released under the MIT license. I am pleased to be the current maintainer :) I'm [@txustice](http://twitter.com/txustice) on twitter (where you should probably follow me!).

0 comments on commit b8643c8

Please sign in to comment.