From e3da2ce3255f1833dcd194370cb99b4d5c9448c9 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 30 May 2019 18:24:06 +0200 Subject: enhance unit tests --- spec/defines/rule_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/defines') diff --git a/spec/defines/rule_spec.rb b/spec/defines/rule_spec.rb index 0926432..0473970 100644 --- a/spec/defines/rule_spec.rb +++ b/spec/defines/rule_spec.rb @@ -19,7 +19,7 @@ describe 'ferm::rule', type: :define do context 'default params create simple rule' do it { is_expected.to compile.with_all_deps } - # it { is_expected.to contain_concat__fragment('INPUT-filter-ssh').with_content("proto tcp dport ssh saddr @ipfilter(127.0.0.1) ACCEPT;") } + it { is_expected.to contain_concat__fragment('INPUT-filter-ssh').with_content("mod comment comment 'filter-ssh' proto tcp dport 22 saddr @ipfilter(127.0.0.1) ACCEPT;\n") } it { is_expected.to contain_concat__fragment('INPUT-filter-ssh') } end end -- cgit v1.2.3