chef / chef-vault-testfixtures

provides an RSpec shared context for testing Chef cookbooks that use chef-vault
Apache License 2.0
7 stars 10 forks source link

Update data bag location to match new chef standards? #24

Open rneu31 opened 7 years ago

rneu31 commented 7 years ago

Decently new to Chef, hard to understand when changes occurred and who is out of sync, etc. So sorry if I'm off base here.

The default data bag location of test/integration/data_bags does not seem to be the preferred location. Per chef/chef-dk#1096, it seems as if they're changing from test/recipes to test/smoke/default to be consistent throughout their tooling.

Was test/integration the preferred location prior to test/recipes?

What would it take to match the direction Chef is heading?

thommay commented 7 years ago

Thanks for the report, and sorry it took a while for this to get sorted. The next release of testfixtures will support the new location.

olleolleolle commented 6 years ago

@thommay Was 3.0.1 that release which had it?