Bläddra i källkod

test(pkgs_spec): fix latest rubocop violations [skip ci]

```
Offenses:

test/integration/v3000-py2/controls/pkgs_spec.rb:10:5: C: [Correctable]
Style/WordArray: Use ['Salt Minion'] for an array of words.
(https://rubystyle.guide#percent-w)
    %w[Salt\ Minion]
    ^^^^^^^^^^^^^^^^
test/integration/v3000-py3/controls/pkgs_spec.rb:10:5: C: [Correctable]
Style/WordArray: Use ['Salt Minion'] for an array of words.
(https://rubystyle.guide#percent-w)
    %w[Salt\ Minion]
    ^^^^^^^^^^^^^^^^
test/integration/v3001-py3/controls/pkgs_spec.rb:10:5: C: [Correctable]
Style/WordArray: Use ['Salt Minion'] for an array of words.
(https://rubystyle.guide#percent-w)
    %w[Salt\ Minion]
    ^^^^^^^^^^^^^^^^
test/integration/v3002-py3/controls/pkgs_spec.rb:10:5: C: [Correctable]
Style/WordArray: Use ['Salt Minion'] for an array of words.
(https://rubystyle.guide#percent-w)
    %w[Salt\ Minion]
    ^^^^^^^^^^^^^^^^
test/integration/v3003-py3/controls/pkgs_spec.rb:10:5: C: [Correctable]
Style/WordArray: Use ['Salt Minion'] for an array of words.
(https://rubystyle.guide#percent-w)
    %w[Salt\ Minion]
    ^^^^^^^^^^^^^^^^

19 files inspected, 5 offenses detected, 5 offenses auto-correctable
```
tags/v1.9.1
Imran Iqbal 3 år sedan
förälder
incheckning
f64197ada4
Inget konto är kopplat till bidragsgivarens mejladress
5 ändrade filer med 5 tillägg och 5 borttagningar
  1. +1
    -1
      test/integration/v3000-py2/controls/pkgs_spec.rb
  2. +1
    -1
      test/integration/v3000-py3/controls/pkgs_spec.rb
  3. +1
    -1
      test/integration/v3001-py3/controls/pkgs_spec.rb
  4. +1
    -1
      test/integration/v3002-py3/controls/pkgs_spec.rb
  5. +1
    -1
      test/integration/v3003-py3/controls/pkgs_spec.rb

+ 1
- 1
test/integration/v3000-py2/controls/pkgs_spec.rb Visa fil

@@ -7,7 +7,7 @@ pkgs =
when /bsd$/
%w[py38-salt-3002.6]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end

+ 1
- 1
test/integration/v3000-py3/controls/pkgs_spec.rb Visa fil

@@ -7,7 +7,7 @@ pkgs =
when /bsd$/
%w[py38-salt-3002.6]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end

+ 1
- 1
test/integration/v3001-py3/controls/pkgs_spec.rb Visa fil

@@ -7,7 +7,7 @@ pkgs =
when /bsd$/
%w[py38-salt-3002.6]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end

+ 1
- 1
test/integration/v3002-py3/controls/pkgs_spec.rb Visa fil

@@ -7,7 +7,7 @@ pkgs =
when /bsd$/
%w[py38-salt]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end

+ 1
- 1
test/integration/v3003-py3/controls/pkgs_spec.rb Visa fil

@@ -7,7 +7,7 @@ pkgs =
when /bsd$/
%w[py38-salt]
when 'windows'
%w[Salt\ Minion]
['Salt Minion']
else
%w[salt-master salt-minion]
end

Laddar…
Avbryt
Spara