Project

General

Profile

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

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

let(:pre_condition) { 'include foreman' }

it { should contain_foreman__plugin('ansible') }
it { should contain_foreman__plugin('tasks') }
end
(2-2/25)