Sha256: f987a85d731655d38ea5c1f3d9bf1095bf0a6d413d2e8d8845e3865416af6797

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

#BeverlyHillsZipCode = Medivo::ZipCode.new(
#  {
#     :city => "Beverly Hills",
#     :state_short => "CA",
#     :zip_code => "90210",
#     :lat => 34.0901,
#     :lng => -118.4065
#  }
#)

BeverlyHillsLab1 = Medivo::Lab.new(
  {
    "id"=>1752,
    "lab_id"=> 129,
    "name"=>"LABCORP, BEVERLY HILLS, 465 N ROXBURY DR STE 715",
    "active"=>true,
    "address"=>"465 N ROXBURY DR STE 715",
    "city"=>"BEVERLY HILLS",
    "code"=>"20060",
    "distance"=>"1.4191127132891",
    "hours"=>"MONDAY-FRIDAY LUNCH SATURDAY, 8:00AM-5:00PM NOON-1:00PM 9:00AM-1:00PM",
    "lat"=>"34.06831",
    "lng"=>"-118.40716",
    "long"=>"-118.40716",
    "state"=>"CA",
    "telephone"=>"310-275-4953",
    "type_of_service"=>"Routine Clinical Laboratory Collections, Pediatric",
    "updated_at"=>"2011-01-25T09:51:11Z",
    "zip"=>"90210"
  }
)

BeverlyHillsLab2 = Medivo::Lab.new(
  {
    "id"=>1753,
    "lab_id"=>129,
    "name"=>"LABCORP, LOS ANGELES, 8737 BEVERLY BLVD STE 401",
    "active"=>true,
    "address"=>"8737 BEVERLY BLVD STE 401",
    "city"=>"LOS ANGELES",
    "code"=>"22974",
    "distance"=>"1.6266877775802",
    "fax"=>"310-652-0676",
    "hours"=>"MONDAY-FRIDAY LUNCH, 8:00AM-5:00PM NOON-1:00PM",
    "lat"=>"34.076852",
    "lng"=>"-118.381669",
    "long"=>"-118.381669",
    "state"=>"CA",
    "telephone"=>"310-652-0542",
    "type_of_service"=>"Routine Clinical Laboratory Collections, Pediatric",
    "updated_at"=>"2011-01-25T09:51:17Z",
    "zip"=>"90048"
  }
)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
medivo-0.0.8 spec/support/blueprints.rb
medivo-0.0.7 spec/support/blueprints.rb