# File lib/new_relic/control/class_methods.rb, line 37 def load_test_framework config = File.expand_path(File.join('..','..','..','..', "test","config","newrelic.yml"), __FILE__) require "config/test_control" NewRelic::Control::Frameworks::Test.new(local_env, config) end