Reputation: 10963
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
Upvotes: 1
Views: 184
Reputation: 26997
ChefSpec is unit testing, not integration testing. There is no busser-chefspec, and if there was, it wouldn't work.
Upvotes: 4