From: Tim Meusel Date: Wed, 11 Jul 2018 09:12:34 +0000 (+0200) Subject: rubocop: autofix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=55963490dcfea644defad8afe87411fb22f6d798;p=puppet-ferm.git rubocop: autofix --- diff --git a/spec/classes/ferm_spec.rb b/spec/classes/ferm_spec.rb index 0312adc..0f9f854 100644 --- a/spec/classes/ferm_spec.rb +++ b/spec/classes/ferm_spec.rb @@ -31,7 +31,7 @@ describe 'ferm' do it { is_expected.to compile.with_all_deps } it { is_expected.to contain_service('ferm') } - if facts[:os]['name'] == "Ubuntu" + if facts[:os]['name'] == 'Ubuntu' it { is_expected.to contain_file_line('enable_ferm') } it { is_expected.to contain_file_line('disable_ferm_cache') } end