Переглянути джерело

fix(rubocop): add fixes using `rubocop --safe-auto-correct`

tags/v1.2.1
Imran Iqbal 5 роки тому
джерело
коміт
f3c5a09b81
Аккаунт користувача з таким Email не знайдено
3 змінених файлів з 6 додано та 0 видалено
  1. +2
    -0
      test/integration/default/controls/config_spec.rb
  2. +2
    -0
      test/integration/default/controls/packages_spec.rb
  3. +2
    -0
      test/integration/default/controls/services_spec.rb

+ 2
- 0
test/integration/default/controls/config_spec.rb Переглянути файл

@@ -1,3 +1,5 @@
# frozen_string_literal: true

# Overide by OS
keyfile = 'keyfile '
driftfile = '/var/lib/chrony/'

+ 2
- 0
test/integration/default/controls/packages_spec.rb Переглянути файл

@@ -1,3 +1,5 @@
# frozen_string_literal: true

control 'Chrony package' do
title 'should be installed'


+ 2
- 0
test/integration/default/controls/services_spec.rb Переглянути файл

@@ -1,3 +1,5 @@
# frozen_string_literal: true

# Overide by OS
service_name =
case os[:name]

Завантаження…
Відмінити
Зберегти