Project

General

Profile

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

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

let(:pre_condition) { 'include foreman' }

it 'should call the plugin' do
should contain_foreman__plugin('templates')
end
end
(25-25/25)