class ChefCLI::Policyfile::ComparisonBase::PolicyGroup

def initialize(group, policy_name, http_client)

def initialize(group, policy_name, http_client)
  @group = group
  @policy_name = policy_name
  @http_client = http_client
end