Project

General

Profile

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

describe 'certs::pulp_client' do
let :facts do
on_supported_os['redhat-7-x86_64']
end

describe 'with default parameters' do
it { should compile.with_all_deps }
end
end
(6-6/12)