I'm working on my cookbook's tests using Test-Kitchen and I executed with serverspec, using busser-serverspec. But I wanna try to make some test with Chefscpec but if I use Test-Kitchen I don't know what is the structure of my test folders, I know what is the structure for bats and serverspec, all this thanks to Seth Vargo.

I execute the test using the rspec syntax like said Sethvargo on this source. I wanna try something more automated with Test-Kitchen.

Maybe I'm confused.

My question is : exist something like busser-chefspec

有帮助吗?

解决方案

ChefSpec is unit testing, not integration testing. There is no busser-chefspec, and if there was, it wouldn't work.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top