# File test/metacat_test.rb, line 153
  def test_string_formatting
    hash = {
      'genus'     =>  'Caranx',
      'species'   =>  'melampygus'
    }
    assert_equal  '?genus=Caranx&species=melampygus', @metacat.send(:query_string, hash)
  end