X-Git-Url: https://git.arvados.org/arvados-formula.git/blobdiff_plain/8fb72077579adc8822298fed65878b5bb075a9f7..eb73d564b0b36810c56a39bbb2e75267521bfe5c:/test/integration/shell/controls/config_spec.rb diff --git a/test/integration/shell/controls/config_spec.rb b/test/integration/shell/controls/config_spec.rb index 9fa65b7..13bfa24 100644 --- a/test/integration/shell/controls/config_spec.rb +++ b/test/integration/shell/controls/config_spec.rb @@ -20,9 +20,9 @@ control 'shellinabox configuration' do its('mode') { should cmp '0644' } its('content') do should include( - # rubocop:disable Metrics/LineLength + # rubocop:disable Layout/LineLength 'File managed by Salt at .' - # rubocop:enable Metrics/LineLength + # rubocop:enable Layout/LineLength ) end its('content') { should include(siab_stanza) } @@ -39,9 +39,9 @@ control 'libpam-arvados configuration' do its('mode') { should cmp '0644' } its('content') do should include( - # rubocop:disable Metrics/LineLength + # rubocop:disable Layout/LineLength 'File managed by Salt at .' - # rubocop:enable Metrics/LineLength + # rubocop:enable Layout/LineLength ) end its('content') { should include(libpam_stanza) }