Project

General

Profile

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

describe 'git' do
on_supported_os.each do |os, facts|
context "on #{os}" do
let :facts do
facts
end

it { is_expected.to compile.with_all_deps }
it { is_expected.to contain_package('git').with_ensure('present') }
end
end
end
    (1-1/1)