Fix wrapper cookbook in the specs completely failing
It’s still broken, but now it actually tests Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
5
test/fixtures/cookbooks/test/attributes/default.rb
vendored
Normal file
5
test/fixtures/cookbooks/test/attributes/default.rb
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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'
|
||||
default['postfix']['sender_canonical_map_entries'] = {}
|
||||
4
test/fixtures/cookbooks/test/metadata.rb
vendored
Normal file
4
test/fixtures/cookbooks/test/metadata.rb
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
name 'test'
|
||||
version '0.0.1'
|
||||
description 'Wrapper cookbook, used for testing only.'
|
||||
depends 'postfix'
|
||||
1
test/fixtures/cookbooks/test/recipes/default.rb
vendored
Normal file
1
test/fixtures/cookbooks/test/recipes/default.rb
vendored
Normal file
@@ -0,0 +1 @@
|
||||
include_recipe 'postfix'
|
||||
Reference in New Issue
Block a user