Fix minitest example to change dir

This commit is contained in:
Markus Schirp 2018-11-28 10:41:59 +00:00
parent 9644858f48
commit 9d4cde5804

View file

@ -55,6 +55,7 @@ All the setup described above is already done.
```sh
git clone https://github.com/mbj/auom
cd auom
bundle install # gemfile references mutant-minitest already
bundle exec mutant --include lib --require auom --use minitest -- 'AUOM*'
```