fix(dispatcher): add missing files for local dispatcher
[arvados-formula.git] / test / integration / shell / controls / config_spec.rb
index 9fa65b7af63d9084985647f0841d13451c4e690e..13bfa2482bf7b444e4a888d6972a1b35ae7b80f0 100644 (file)
@@ -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 <salt://arvados/shell/config/files/default/shell-shellinabox.tmpl.jinja>.'
-        # 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 <salt://arvados/shell/config/files/default/shell-libpam-arvados.tmpl.jinja>.'
-        # rubocop:enable Metrics/LineLength
+        # rubocop:enable Layout/LineLength
       )
     end
     its('content') { should include(libpam_stanza) }