bloomberg / chef-umami

A tool to automatically generate test code for Chef cookbooks and policies.
Apache License 2.0
33 stars 10 forks source link

Add spec_helper.rb for integration and unit tests #3

Open RyanFrantz opened 7 years ago

RyanFrantz commented 7 years ago

To simplify and centralize requirements to execute tests, chef-umami should write a spec_helper.rb for integration and unit tests and have all spec files reference it, where appropriate.

RyanFrantz commented 7 years ago

Note to self: we still need this for integration tests.