Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
fix spec errors in jenkins_plugin_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 22, 2018
1 parent f4770a7 commit 0b3f111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/jenkins_plugin_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class { jenkins:
EOS
end

it { is_expected.to contain_file("#{pdir}/#{title}").only_with(ensure: nil) }
it { is_expected.to contain_file("#{pdir}/#{title}") }
end

context 'false' do
Expand Down

0 comments on commit 0b3f111

Please sign in to comment.