public void each_rule_gets_evaluated()
        {
            theInstaller.Activate(new IPackageInfo[0], new PackageLog());

            r1.AssertWasCalled(x => x.Evaluate(Arg <BottleConfiguration> .Is.NotNull));
            r2.AssertWasCalled(x => x.Evaluate(Arg <BottleConfiguration> .Is.NotNull));
        }