I realize this is not a Serverspec forum, but can anyone tell me what language it uses? If I look at the docs (http://serverspec.org/resource_types.html) I’m wondering where the keywords (describe, do, it, should, etc) are defined.
describe bond(‘bond0’) do
it { should have_interface ‘eth0’ }
end