Is there any way of unit testing private methods using Crystal's built-in spec
library?
I come from a PHP background, and there it's possible to use ReflectionMethod::setAccessibility
to change a method's accessibility to public to allow it to be tested. I can't find anything similiar within the Crystal API docs, so was just wondering if such a thing exists.