# File lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/test_search.rb, line 214
  def test_search_node_without_json_class
    nodes = search(:node, "chef_environment:default")
    assert_equal 3, nodes.length
  end