This repository was archived by the owner on Aug 23, 2020. It is now read-only.

Description
I'm trying to run mutest on a small project of mine, array_utility. I am using:
$ mutest --include lib --require array_utility --use rspec 'ArrayUtility'
but it results in no mutations getting executed. Another project of mine with a similar setup, String-Utility-Ruby, works just fine using
$ mutest --include lib --require string-utility --use rspec 'StringUtility'
Is there something I'm doing wrong here?