File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class { 'python' :
1818 EOS
1919
2020 # rubocop:disable RSpec/RepeatedExample
21- it 'outputs python facts when not installed' do # rubocop:disable RSpec/MultipleExpectations
21+ it 'outputs python facts when not installed' do
2222 apply_manifest ( fact_notices , catch_failures : true ) do |r |
2323 expect ( r . stdout ) . to match ( %r{python_version: \S +} )
2424 expect ( r . stdout ) . to match ( %r{pip_version: \S +} )
@@ -31,7 +31,7 @@ class { 'python' :
3131 apply_manifest ( install_python , catch_failures : true )
3232 end
3333
34- it 'outputs python facts when installed' do # rubocop:disable RSpec/MultipleExpectations
34+ it 'outputs python facts when installed' do
3535 apply_manifest ( fact_notices , catch_failures : true ) do |r |
3636 expect ( r . stdout ) . to match ( %r{python_version: \S +} )
3737 expect ( r . stdout ) . to match ( %r{pip_version: \S +} )
You can’t perform that action at this time.
0 commit comments