summaryrefslogtreecommitdiff
path: root/chef/spec/data/knife_subcommand/test_explicit_category.rb
blob: 96d50691a1ca12c51d7cc9762694953d027d40af (plain)
1
2
3
4
5
6
7
module KnifeSpecs
  class TestExplicitCategory < Chef::Knife
    # i.e., the cookbook site commands should be in the cookbook site
    # category instead of cookbook (which is what would be assumed)
    category "cookbook site"
  end
end