Project

General

Profile

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

describe 'foreman::plugin::remote_execution' do
on_os_under_test.each do |os, facts|
context "on #{os}" do
let(:facts) { facts }
let(:pre_condition) { 'include foreman' }

it { should compile.with_all_deps }
it { should contain_foreman__plugin('remote_execution').that_notifies("Class[foreman::service::jobs]") }
it { should contain_foreman__plugin('tasks') }
end
end
end
(22-22/32)