Sha256: b31f31305f968a98268a6b029a26e3dc054bb7e773116dd0da48f0cf1faa13fe

Contents?: true

Size: 1.44 KB

Versions: 3

Compression:

Stored size: 1.44 KB

Contents

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"
)


Order1 = Medivo::Order.new(
  :email => "dude@dude.com",
  :address=> "my house",
  :zip=> "10005",
  :dob=> "19801201",
  :home_phone=> "4155551212",
  :psc=> 11,
  :test_types=> [144028],
  :account_number => "423",
  :gender => "Male",
  :dob => "19801201"
)

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
medivo-0.0.12 spec/support/blueprints.rb
medivo-0.0.11 spec/support/blueprints.rb
medivo-0.0.9 spec/support/blueprints.rb