lib/rubocop/cop/chef/deprecation/deprecated_chefspec_platform.rb in cookstyle-6.21.1 vs lib/rubocop/cop/chef/deprecation/deprecated_chefspec_platform.rb in cookstyle-7.0.0

- old
+ new

@@ -17,10 +17,10 @@ # module RuboCop module Cop module Chef - module ChefDeprecations + module Deprecations # Use currently supported platforms in ChefSpec listed at https://github.com/chefspec/fauxhai/blob/master/PLATFORMS.md. Fauxhai / ChefSpec will perform fuzzy matching on platform version so it's always best to be less specific ie. 10 instead of 10.3 # # @example # # let(:chef_run) { ChefSpec::ServerRunner.new(platform: 'ubuntu', version: '14.04') }