From 122762ee3cf7d256f82d3047699065a1fcbc0e38 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Thu, 24 Sep 2015 15:10:10 -0700 Subject: [PATCH] Exclude test --- .rubocop.yml | 1 + test/fixtures/cookbooks/wrapper/attributes/default.rb | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 12b6147..1ed1a76 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,6 +2,7 @@ AllCops: Exclude: - vendor/**/* - Guardfile + - test/**/* AlignParameters: Enabled: false diff --git a/test/fixtures/cookbooks/wrapper/attributes/default.rb b/test/fixtures/cookbooks/wrapper/attributes/default.rb index 6ea324e..d9cc166 100644 --- a/test/fixtures/cookbooks/wrapper/attributes/default.rb +++ b/test/fixtures/cookbooks/wrapper/attributes/default.rb @@ -1,6 +1,4 @@ - default['postfix']['main']['smtp_sasl_auth_enable'] = 'yes' - default['postfix']['main']['relayhost'] = 'please' default['postfix']['sasl']['smtp_sasl_user_name'] = 'keep' default['postfix']['sasl']['smtp_sasl_passwd'] = 'us'