Skip to content

Commit

Permalink
Fix validation
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Oct 10, 2023
1 parent 9a282cf commit edc5129
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/classes/testca_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
it { is_expected.to compile }

it 'check repo file' do
repo_file='/etc/yum.repos.d/test-ca.repo'
repo_file = '/etc/yum.repos.d/test-ca.repo'
is_expected.to contain_file('test-ca.repo').with(
:ensure => 'file',
:path => repo_file,
ensure: 'file',
path: repo_file,
)
end
it 'check igi-test-ca' do
Expand Down

0 comments on commit edc5129

Please sign in to comment.