Unfortunately, the unit-tests had to be disabled, as they cannot currently work. Until a solution to mocking classes which are injected by the environment is found, these tests will not work. Or, alternatively, the ruleset methods could be refactored to work far more specifically with just the data they need, but then their users become much less resilient to changes in the actor's data model (because they then need to know parts of the data model).
Closes #339