puppetlabs / gatling-puppet-load-test

34 stars 44 forks source link

(maint) Use require_relative in utils for helpers #398

Closed johnduarte closed 4 years ago

johnduarte commented 4 years ago

This commit replaces require statements with require_relative when requiring helper paths relative to the path location of the utility script. This change allows the utilities to be called outside of the directory in which they reside while still allowing the required helper to be found.