Skip to content
Snippets Groups Projects
Commit c95348eb authored by Jon Dybeck's avatar Jon Dybeck
Browse files

Create init.pp

parent b03eb7dd
No related branches found
No related tags found
2 merge requests!2Create init.pp,!1Create init.pp
Pipeline #141660 passed
# @summary A short summary of the purpose of this class
#
# A description of what this class does
#
# @example
# include research_c2c_db
class research_c2c_db {
}
# frozen_string_literal: true
require 'spec_helper'
describe 'research_c2c_db' do
on_supported_os.each do |os, os_facts|
context "on #{os}" do
let(:facts) { os_facts }
it { is_expected.to compile.with_all_deps }
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment