Skip to content

Commit 54c7535

Browse files
committed
fixed robocop offenses
1 parent 90f263c commit 54c7535

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

spec/classes/python_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333

3434
describe 'with python::virtualenv, without python::dev' do
3535
context 'true' do
36-
let(:params) { { dev: 'absent', virtualenv: 'present' } }
36+
let(:params) { { dev: 'absent', virtualenv: 'present' } }
37+
3738
it { is_expected.to contain_package('python-dev').with_ensure('present') }
3839
end
3940
context 'empty/default' do

0 commit comments

Comments
 (0)