Skip to content
  • Imran Iqbal's avatar
    test(pkgs_spec): fix latest rubocop violations [skip ci] · f64197ad
    Imran Iqbal authored
    ```
    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
    ```
    f64197ad