Project

General

Profile

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

describe 'foreman::plugin::expire_hosts' do
let(:facts) do
on_supported_os['redhat-7-x86_64']
end

let(:pre_condition) { 'include foreman' }

it { should contain_foreman__plugin('expire_hosts') }
end
(12-12/25)