Project

General

Profile

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

describe 'foreman::plugin::openscap' do
on_os_under_test.each do |os, facts|
context "on #{os}" do
let :facts do
facts
end

let(:pre_condition) { 'include foreman' }

it { should compile.with_all_deps }

it 'should call the plugin' do
should contain_foreman__plugin('openscap')
end
end
end
end
(18-18/28)