Skip to content

Commit

Permalink
fixup! Add Pulpcore repository class
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 30, 2020
1 parent b789807 commit 143b772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/classes/pulpcore_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@

it do
is_expected.to compile.with_all_deps
is_expected.to contain_class('pulpcore::repo').that_notifies('Class[pulpcore::install]')
is_expected.to contain_File('/etc/yum.repos.d/pulpcore.repo').that_notifies('Class[pulpcore::install]')
end
end

Expand Down

0 comments on commit 143b772

Please sign in to comment.