class RuboCop::Cop::Chef::Ruby::GemspecLicense

All gemspec files should define their license.

@example

# good
spec.license = "Apache-2.0"