We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f263c commit 54c7535Copy full SHA for 54c7535
1 file changed
spec/classes/python_spec.rb
@@ -33,7 +33,8 @@
33
34
describe 'with python::virtualenv, without python::dev' do
35
context 'true' do
36
- let(:params) { { dev: 'absent', virtualenv: 'present' } }
+ let(:params) { { dev: 'absent', virtualenv: 'present' } }
37
+
38
it { is_expected.to contain_package('python-dev').with_ensure('present') }
39
end
40
context 'empty/default' do
0 commit comments