# frozen_string_literal: true
module TestApp
def self.root
File.expand_path('../../../test_app', __FILE__)
end
end # TestApp