sensu / sensu-chef

Sensu Chef cookbook.
https://supermarket.chef.io/cookbooks/sensu
Apache License 2.0
222 stars 280 forks source link

Test in ChefDK and update specs for new Fauxhai #568

Closed tas50 closed 7 years ago

tas50 commented 7 years ago

Test using ChefDK instead of a the Gemfile. Using gemfiles means you're either constantly working out a set of test deps that work on every platform / ruby version or you're just letting your test deps languish. Use ChefDK and you let Chef worry about the mess that is cross platform ruby deps. You get up to date versions of ChefSpec, Foodcritic, Test Kitchen, etc. This test environment also looks a lot more like a real chef environment with a matching ruby release.

cwjohnston commented 7 years ago

👌