There are four tests in master failing because due to a MissingMethodException. System.MissingMethodException : Method not found: 'System.Double ...
If a class being spied accesses a protected property of a superclass, a MissingMethodException is thrown for the (nonexistent) synthetic getter. This example works correctly with Groovy 2.5 but fails ...