diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/classes/ferm_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |