Zuehlke / cookbook-windev

One cookbook with resources for setting up a Windows development environment
MIT License
7 stars 1 forks source link

Caching fails due to syntax errors #20

Closed damphyr closed 8 years ago

damphyr commented 8 years ago

(how this slipped through I do not know)

tknerr commented 8 years ago

I know that test-kitchen is hard with windows (starting with "where to get the baseboxes" up to "it won't run on travis or circleci"), but we could have caught that with chefspec for sure. The windev cookbook has several conditionals and loops and edge cases that would be a perfect fit for chefspec. And we could run it on travis :-)

Here is some practical instructions on how to get (kick-)started: https://github.com/tknerr/zdays2015-demo-repo/tree/master/chef-tdd-environment https://github.com/tknerr/zdays2015-demo-repo/tree/master/chef-tdd-chefspec