class RuboCop::Cop::Chef::Correctness::MetadataMissingName

metadata.rb needs to include the name method or it will fail on Chef Infra Client 12 and later.

@example

### correct
name 'foo'