Project

General

Profile

Download (239 Bytes) Statistics
| Branch: | Tag: | Revision:
require 'spec_helper'

describe 'pulp::child::install' do
it { is_expected.to compile.with_all_deps }
['pulp-katello', 'pulp-nodes-child', 'katello-agent'].each do |package|
it { is_expected.to contain_package(package) }
end
end
(6-6/13)