diff --git a/test/test_helper.rb b/test/test_helper.rb index 160cdb26..47274f03 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -18,4 +18,4 @@ # require local test helpers. If you need a helper write, # keep this pattern or you'll be punished hard -require 'instance_agent_helper' +require_relative './helpers/instance_agent_helper'