Skip to content

Commit 47f5611

Browse files
committed
rubocop: autofix
1 parent 51de87b commit 47f5611

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/acceptance/facts_test_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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+})

0 commit comments

Comments
 (0)