Skip to content

Commit fd83260

Browse files
author
shivapoudel
committed
changed to absent which was mistakely present
1 parent 11ed619 commit fd83260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/classes/python_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
describe "with python::virtualenv" do
167167
context "default/empty" do
168168
let (:params) {{ :provider => '', :virtualenv => '' }}
169-
it { is_expected.to contain_package("python-virtualenv").with_ensure('present') }
169+
it { is_expected.to contain_package("python-virtualenv").with_ensure('absent') }
170170
end
171171
end
172172
end

0 commit comments

Comments
 (0)