# File lib/knife-solo/resources/patch_cookbooks/chef-solo-search/tests/test_search.rb, line 93
  def test_AND_condition
    nodes = search(:users, "married:true AND age:35")
    assert nodes.length == 1
    assert nodes[0]["username"] == "lea"
  end