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

Merge branch 'devel' into 'test'

Create init.pp

See merge request !1
parents b03eb7dd c95348eb
No related branches found
No related tags found
2 merge requests!2Create init.pp,!1Create init.pp
Pipeline #141662 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