Skip to content

Commit

Permalink
add tests for profiles::repo::deb
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ehelms committed Dec 18, 2024
1 parent 2857dc0 commit 37c116b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions puppet/spec/classes/profiles_repo_deb_spec.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
require 'spec_helper'

describe 'profiles::repo::deb' 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 comments on commit 37c116b

Please sign in to comment.