Closed quamen closed 10 years ago
This PR removes most of the require_relative statements in favour of simple require and setting the $LOAD_PATH correctly in isolated specs.
require_relative
require
$LOAD_PATH
Which means goodbye to constant already defined type warnings.
Code Climate has analyzed this pull request.
This PR removes most of the
require_relative
statements in favour of simplerequire
and setting the$LOAD_PATH
correctly in isolated specs.Which means goodbye to constant already defined type warnings.