From ae0933608782dba8306294a770b698ff3e940220 Mon Sep 17 00:00:00 2001 From: Markus Schirp Date: Sat, 8 Dec 2012 15:11:51 +0100 Subject: [PATCH] Add refernce to the asciicast to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01cc47a2..36afe776 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ or it doesn't do anything (useful). Mutant does currently only support 1.9 mode under rubinius or mri. It is a young project but already used in the DataMapper-2.0 project. +See this [ASCII-Cast](http://ascii.io/a/1707) for mutant in action! (v0.2.1) + Installation ------------ @@ -37,7 +39,7 @@ Strategies ---------- Mutation testing is slow. To make it fast the selection of the correct set of tests to run is the key. -Mutant currently has the following buildin strategies +Mutant currently supports the following buildin strategies: ### --rspec-dm2