sensu / sensu-chef

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

Updating unit tests lacking a platform and version for their chefspec runner #492

Closed cwjohnston closed 8 years ago

cwjohnston commented 8 years ago

Description

Updating unit tests where ChefSpec runner objects lacked a platform and version.

Motivation and Context

Appears upstream change in erlang cookbook now expects node['lsb'] attributes to be set, breaking our unit test chef runs. This change fixes the build.

How Has This Been Tested?

Running unit tests ✅

Types of changes