Skip to content

Instantly share code, notes, and snippets.

@jenpocheng
jenpocheng / gist:53edc16aefae0e87af89fae644d1d8a9
Created October 10, 2016 19:23
Init test for apache init.pp
require 'spec_helper'
describe 'apache' do
let(:pre_condition) do
puppet_stubs(%w{
monit::conf
})
end
it { should compile.with_all_deps }