# File lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/test_search.rb, line 193 def test_list_nodes nodes = search(:node) assert_equal Chef::Node, nodes.first.class assert_equal 3, nodes.length end