I tried to start mutation testing for our rails application, but could not get it to work - did anyone manage to install this?
Here is what I have tried so far:
mutant -I app/models -r foo "Foo#bar" foo_spec.rb .../trunk/app/models/foo.rb:24:in `<top (required)>': uninitialized constant ActiveRecord (NameError)
I also tried loading the activerecord nugget directly using -I, this stone is already installed in the current gemset rvm. I have the feeling that this will require a more complete setup to use database.yml, unfortunately, I can not find anyone who has already done this.
Mikey source share