lib/rubocop/cop/chef/deprecation/chefdk_generators.rb in cookstyle-7.11.3 vs lib/rubocop/cop/chef/deprecation/chefdk_generators.rb in cookstyle-7.12.2
- old
+ new
@@ -13,10 +13,9 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
-
module RuboCop
module Cop
module Chef
module Deprecations
# Chef Workstation 0.8 and later renamed the `ChefDK` module used when writing custom cookbook generators from `ChefDK` to `ChefCLI`. For compatibility with the latest Chef Workstation releases you'll need to reference the new class names.