medivo 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/assets/javascripts/medivo/map.coffee +14 -0
- data/app/assets/javascripts/medivo/models.coffee +39 -5
- data/app/assets/javascripts/medivo/show_labs.coffee +25 -3
- data/config/routes.rb +1 -1
- data/lib/medivo/version.rb +1 -1
- data/spec/dummy/app/views/labs/search.html.haml +30 -2
- data/spec/dummy/config/routes.rb +1 -1
- data/spec/dummy/log/development.log +2599 -0
- data/spec/dummy/log/test.log +303 -0
- data/spec/dummy/tmp/cache/assets/C46/F00/sprockets%2F2281d588b540056c5a7306c32a3761b9 +0 -0
- data/spec/dummy/tmp/cache/assets/CAB/970/sprockets%2F6aa4308273851c94a14158394d4dcdc4 +0 -0
- data/spec/dummy/tmp/cache/assets/CC3/EF0/sprockets%2F453b504c1f8f374578636f699eaa455d +0 -0
- data/spec/dummy/tmp/cache/assets/CE4/E70/sprockets%2F091ec16b8699113092ce35de93ca1d87 +0 -0
- data/spec/dummy/tmp/cache/assets/CEE/250/sprockets%2F96688f33f2f8aa261bf6701c1d6d7575 +0 -0
- data/spec/dummy/tmp/cache/assets/CFF/7F0/sprockets%2F4007fd53da973506c55bc273a05c5c0d +0 -0
- data/spec/dummy/tmp/cache/assets/D19/310/sprockets%2F110931639fc185699ea1aaaf87dd488b +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/spec/dummy/tmp/cache/assets/D62/380/sprockets%2F712d93afe40570cc939133bddca13bc7 +0 -0
- data/spec/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/spec/dummy/tmp/cache/assets/D9C/F50/sprockets%2F224e78bb9e1c414a2d518a3aaffd6f77 +0 -0
- data/spec/dummy/tmp/cache/assets/D9D/4E0/sprockets%2Fe9dab92986b1516fca08474613ccadcb +0 -0
- data/spec/dummy/tmp/cache/assets/DA2/040/sprockets%2F6ab79dcced8cc9933b734e7b21c3a183 +0 -0
- data/spec/dummy/tmp/cache/assets/DD2/A50/sprockets%2Fecb5dd9066b50eb678cd8c9dbb21d229 +0 -0
- data/spec/dummy/tmp/cache/assets/DD4/2B0/sprockets%2Fef214a63f29afe7f3cbffc65af943108 +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/E59/D50/sprockets%2Fbe1cc4d9b0efb617e58baa16dd1dee58 +0 -0
- data/spec/dummy/tmp/pids/server.pid +1 -1
- data/spec/requests/labs_spec.rb +7 -6
- metadata +17 -17
data/spec/dummy/log/test.log
CHANGED
@@ -635,3 +635,306 @@ Served asset /application.css - 200 OK (6ms)
|
|
635
635
|
|
636
636
|
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-11 02:01:06 +0200
|
637
637
|
Served asset /application.js - 200 OK (10ms)
|
638
|
+
|
639
|
+
|
640
|
+
Started GET "/medivo/labs/data/90210" for 127.0.0.1 at 2011-10-13 19:32:55 +0200
|
641
|
+
Processing by Medivo::LabsController#data as HTML
|
642
|
+
Parameters: {"zip_code"=>"90210"}
|
643
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
644
|
+
|
645
|
+
|
646
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 19:32:57 +0200
|
647
|
+
Processing by LabsController#search as HTML
|
648
|
+
Parameters: {"zip_code"=>"90210"}
|
649
|
+
Completed 200 OK in 100ms (Views: 99.2ms | ActiveRecord: 0.0ms)
|
650
|
+
|
651
|
+
|
652
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 19:32:57 +0200
|
653
|
+
Compiled application.css (1ms) (pid 55402)
|
654
|
+
Served asset /application.css - 200 OK (8ms)
|
655
|
+
|
656
|
+
|
657
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 19:32:57 +0200
|
658
|
+
Compiled application.js (7ms) (pid 55402)
|
659
|
+
Compiled jquery.js (3ms) (pid 55402)
|
660
|
+
Compiled jquery_ujs.js (0ms) (pid 55402)
|
661
|
+
Compiled medivo/handlebars.js (0ms) (pid 55402)
|
662
|
+
Compiled medivo/map.js (224ms) (pid 55402)
|
663
|
+
Compiled medivo/models.js (176ms) (pid 55402)
|
664
|
+
Compiled medivo/show_labs.js (198ms) (pid 55402)
|
665
|
+
Served asset /application.js - 200 OK (643ms)
|
666
|
+
|
667
|
+
|
668
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 19:32:58 +0200
|
669
|
+
Served asset /medivo/lab.png - 200 OK (3ms)
|
670
|
+
|
671
|
+
|
672
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 19:32:58 +0200
|
673
|
+
Served asset /medivo/arrow.png - 200 OK (3ms)
|
674
|
+
|
675
|
+
|
676
|
+
Started GET "/medivo/labs/data.90210" for 127.0.0.1 at 2011-10-13 23:37:04 +0200
|
677
|
+
Processing by Medivo::LabsController#data as
|
678
|
+
Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
|
679
|
+
|
680
|
+
|
681
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:37:05 +0200
|
682
|
+
Processing by LabsController#search as HTML
|
683
|
+
Parameters: {"zip_code"=>"90210"}
|
684
|
+
Completed 200 OK in 113ms (Views: 110.7ms | ActiveRecord: 0.0ms)
|
685
|
+
|
686
|
+
|
687
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:37:05 +0200
|
688
|
+
Compiled application.css (2ms) (pid 56410)
|
689
|
+
Served asset /application.css - 200 OK (10ms)
|
690
|
+
|
691
|
+
|
692
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:37:05 +0200
|
693
|
+
Compiled application.js (8ms) (pid 56410)
|
694
|
+
Compiled jquery.js (1ms) (pid 56410)
|
695
|
+
Compiled jquery_ujs.js (0ms) (pid 56410)
|
696
|
+
Compiled medivo/handlebars.js (0ms) (pid 56410)
|
697
|
+
Compiled medivo/map.js (214ms) (pid 56410)
|
698
|
+
Compiled medivo/models.js (177ms) (pid 56410)
|
699
|
+
Compiled medivo/show_labs.js (168ms) (pid 56410)
|
700
|
+
Served asset /application.js - 200 OK (605ms)
|
701
|
+
|
702
|
+
|
703
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:37:06 +0200
|
704
|
+
Processing by LabsController#search as */*
|
705
|
+
Parameters: {"zip_code"=>"90210"}
|
706
|
+
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)
|
707
|
+
|
708
|
+
|
709
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:37:06 +0200
|
710
|
+
Served asset /medivo/arrow.png - 200 OK (3ms)
|
711
|
+
|
712
|
+
|
713
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:37:06 +0200
|
714
|
+
Served asset /medivo/lab.png - 200 OK (4ms)
|
715
|
+
|
716
|
+
|
717
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:39:38 +0200
|
718
|
+
Processing by LabsController#search as HTML
|
719
|
+
Parameters: {"zip_code"=>"90210"}
|
720
|
+
Completed 200 OK in 86ms (Views: 84.5ms | ActiveRecord: 0.0ms)
|
721
|
+
|
722
|
+
|
723
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:39:38 +0200
|
724
|
+
Served asset /application.css - 200 OK (7ms)
|
725
|
+
|
726
|
+
|
727
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:39:38 +0200
|
728
|
+
Served asset /application.js - 200 OK (30ms)
|
729
|
+
|
730
|
+
|
731
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:39:39 +0200
|
732
|
+
Processing by LabsController#search as */*
|
733
|
+
Parameters: {"zip_code"=>"90210"}
|
734
|
+
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
|
735
|
+
|
736
|
+
|
737
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:39:39 +0200
|
738
|
+
Served asset /medivo/arrow.png - 200 OK (1ms)
|
739
|
+
|
740
|
+
|
741
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:39:39 +0200
|
742
|
+
Served asset /medivo/lab.png - 200 OK (2ms)
|
743
|
+
|
744
|
+
|
745
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:01 +0200
|
746
|
+
Processing by LabsController#search as HTML
|
747
|
+
Parameters: {"zip_code"=>"90210"}
|
748
|
+
Completed 200 OK in 105ms (Views: 102.6ms | ActiveRecord: 0.0ms)
|
749
|
+
|
750
|
+
|
751
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:40:01 +0200
|
752
|
+
Served asset /application.css - 200 OK (5ms)
|
753
|
+
|
754
|
+
|
755
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:40:01 +0200
|
756
|
+
Served asset /application.js - 200 OK (8ms)
|
757
|
+
|
758
|
+
|
759
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:02 +0200
|
760
|
+
Processing by LabsController#search as */*
|
761
|
+
Parameters: {"zip_code"=>"90210"}
|
762
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
763
|
+
|
764
|
+
|
765
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:40:02 +0200
|
766
|
+
Served asset /medivo/arrow.png - 200 OK (1ms)
|
767
|
+
|
768
|
+
|
769
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:40:02 +0200
|
770
|
+
Served asset /medivo/lab.png - 200 OK (2ms)
|
771
|
+
|
772
|
+
|
773
|
+
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:26 +0200
|
774
|
+
Processing by Medivo::LabsController#data as HTML
|
775
|
+
Parameters: {"zip_code"=>"90210"}
|
776
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
777
|
+
|
778
|
+
|
779
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:28 +0200
|
780
|
+
Processing by LabsController#search as HTML
|
781
|
+
Parameters: {"zip_code"=>"90210"}
|
782
|
+
Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
783
|
+
|
784
|
+
|
785
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:40:28 +0200
|
786
|
+
Served asset /application.css - 200 OK (3ms)
|
787
|
+
|
788
|
+
|
789
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:40:28 +0200
|
790
|
+
Served asset /application.js - 200 OK (9ms)
|
791
|
+
|
792
|
+
|
793
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:40:29 +0200
|
794
|
+
Processing by LabsController#search as */*
|
795
|
+
Parameters: {"zip_code"=>"90210"}
|
796
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
797
|
+
|
798
|
+
|
799
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:40:29 +0200
|
800
|
+
Served asset /medivo/arrow.png - 200 OK (3ms)
|
801
|
+
|
802
|
+
|
803
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:40:29 +0200
|
804
|
+
Served asset /medivo/lab.png - 200 OK (1ms)
|
805
|
+
|
806
|
+
|
807
|
+
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:41:37 +0200
|
808
|
+
Processing by Medivo::LabsController#data as HTML
|
809
|
+
Parameters: {"zip_code"=>"90210"}
|
810
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
811
|
+
|
812
|
+
|
813
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:41:39 +0200
|
814
|
+
Processing by LabsController#search as HTML
|
815
|
+
Parameters: {"zip_code"=>"90210"}
|
816
|
+
Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
817
|
+
|
818
|
+
|
819
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:41:39 +0200
|
820
|
+
Served asset /application.css - 200 OK (4ms)
|
821
|
+
|
822
|
+
|
823
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:41:39 +0200
|
824
|
+
Served asset /application.js - 200 OK (8ms)
|
825
|
+
|
826
|
+
|
827
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:41:40 +0200
|
828
|
+
Processing by LabsController#search as */*
|
829
|
+
Parameters: {"zip_code"=>"90210"}
|
830
|
+
Completed 200 OK in 15ms (Views: 15.2ms | ActiveRecord: 0.0ms)
|
831
|
+
|
832
|
+
|
833
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:41:40 +0200
|
834
|
+
Served asset /medivo/arrow.png - 200 OK (1ms)
|
835
|
+
|
836
|
+
|
837
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:41:40 +0200
|
838
|
+
Served asset /medivo/lab.png - 200 OK (3ms)
|
839
|
+
|
840
|
+
|
841
|
+
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:43:07 +0200
|
842
|
+
Processing by Medivo::LabsController#data as HTML
|
843
|
+
Parameters: {"zip_code"=>"90210"}
|
844
|
+
Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)
|
845
|
+
|
846
|
+
|
847
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:43:09 +0200
|
848
|
+
Processing by LabsController#search as HTML
|
849
|
+
Parameters: {"zip_code"=>"90210"}
|
850
|
+
Completed 200 OK in 108ms (Views: 106.8ms | ActiveRecord: 0.0ms)
|
851
|
+
|
852
|
+
|
853
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:43:09 +0200
|
854
|
+
Served asset /application.css - 200 OK (4ms)
|
855
|
+
|
856
|
+
|
857
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:43:09 +0200
|
858
|
+
Served asset /application.js - 200 OK (7ms)
|
859
|
+
|
860
|
+
|
861
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:43:10 +0200
|
862
|
+
Processing by LabsController#search as */*
|
863
|
+
Parameters: {"zip_code"=>"90210"}
|
864
|
+
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
|
865
|
+
|
866
|
+
|
867
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:43:10 +0200
|
868
|
+
Served asset /medivo/arrow.png - 200 OK (3ms)
|
869
|
+
|
870
|
+
|
871
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:43:10 +0200
|
872
|
+
Served asset /medivo/lab.png - 200 OK (1ms)
|
873
|
+
|
874
|
+
|
875
|
+
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:15 +0200
|
876
|
+
Processing by Medivo::LabsController#data as HTML
|
877
|
+
Parameters: {"zip_code"=>"90210"}
|
878
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
879
|
+
|
880
|
+
|
881
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:17 +0200
|
882
|
+
Processing by LabsController#search as HTML
|
883
|
+
Parameters: {"zip_code"=>"90210"}
|
884
|
+
Completed 200 OK in 109ms (Views: 108.3ms | ActiveRecord: 0.0ms)
|
885
|
+
|
886
|
+
|
887
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:44:17 +0200
|
888
|
+
Served asset /application.css - 200 OK (5ms)
|
889
|
+
|
890
|
+
|
891
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:44:17 +0200
|
892
|
+
Served asset /application.js - 200 OK (7ms)
|
893
|
+
|
894
|
+
|
895
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:18 +0200
|
896
|
+
Processing by LabsController#search as */*
|
897
|
+
Parameters: {"zip_code"=>"90210"}
|
898
|
+
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
|
899
|
+
|
900
|
+
|
901
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:44:18 +0200
|
902
|
+
Served asset /medivo/arrow.png - 200 OK (3ms)
|
903
|
+
|
904
|
+
|
905
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:44:18 +0200
|
906
|
+
Served asset /medivo/lab.png - 200 OK (1ms)
|
907
|
+
|
908
|
+
|
909
|
+
Started GET "/medivo/labs/data?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:25 +0200
|
910
|
+
Processing by Medivo::LabsController#data as HTML
|
911
|
+
Parameters: {"zip_code"=>"90210"}
|
912
|
+
Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
913
|
+
|
914
|
+
|
915
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:27 +0200
|
916
|
+
Processing by LabsController#search as HTML
|
917
|
+
Parameters: {"zip_code"=>"90210"}
|
918
|
+
Completed 200 OK in 108ms (Views: 106.9ms | ActiveRecord: 0.0ms)
|
919
|
+
|
920
|
+
|
921
|
+
Started GET "/assets/application.css" for 127.0.0.1 at 2011-10-13 23:44:27 +0200
|
922
|
+
Served asset /application.css - 200 OK (4ms)
|
923
|
+
|
924
|
+
|
925
|
+
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-13 23:44:27 +0200
|
926
|
+
Served asset /application.js - 200 OK (8ms)
|
927
|
+
|
928
|
+
|
929
|
+
Started GET "/labs/search?zip_code=90210" for 127.0.0.1 at 2011-10-13 23:44:28 +0200
|
930
|
+
Processing by LabsController#search as */*
|
931
|
+
Parameters: {"zip_code"=>"90210"}
|
932
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
933
|
+
|
934
|
+
|
935
|
+
Started GET "/assets/medivo/arrow.png" for 127.0.0.1 at 2011-10-13 23:44:28 +0200
|
936
|
+
Served asset /medivo/arrow.png - 200 OK (5ms)
|
937
|
+
|
938
|
+
|
939
|
+
Started GET "/assets/medivo/lab.png" for 127.0.0.1 at 2011-10-13 23:44:28 +0200
|
940
|
+
Served asset /medivo/lab.png - 200 OK (1ms)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
55740
|
data/spec/requests/labs_spec.rb
CHANGED
@@ -15,16 +15,17 @@ describe 'LabController' do
|
|
15
15
|
end
|
16
16
|
|
17
17
|
it "returns lab and zip data" do
|
18
|
-
visit Medivo::Engine.routes.url_helpers.data_labs_path
|
19
|
-
# can't seem to get json back .. just html .. but it works in rails server just fine
|
20
|
-
#
|
21
|
-
|
18
|
+
visit Medivo::Engine.routes.url_helpers.data_labs_path :zip_code => @zip_code
|
19
|
+
# can't seem to get json back .. just html .. but it works in rails server just fine
|
20
|
+
# so testing for the string will have to do for now
|
21
|
+
page.body.should match /#{BeverlyHillsLab1.name}/i
|
22
|
+
page.body.should match /#{BeverlyHillsLab2.name}/i
|
22
23
|
end
|
23
24
|
|
24
25
|
it "shows search results on the map", :js=>true, :driver=>:selenium_chrome do
|
25
26
|
visit search_labs_path(:zip_code=>@zip_code)
|
26
|
-
|
27
|
-
|
27
|
+
page.body.should match /465 N ROXBURY DR STE 715, BEVERLY HILLS, CA/i
|
28
|
+
page.body.should match /8737 BEVERLY BLVD STE 401, LOS ANGELES, CA/i
|
28
29
|
end
|
29
30
|
end
|
30
31
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: medivo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -14,7 +14,7 @@ default_executable:
|
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rails
|
17
|
-
requirement: &
|
17
|
+
requirement: &2165007280 !ruby/object:Gem::Requirement
|
18
18
|
none: false
|
19
19
|
requirements:
|
20
20
|
- - ~>
|
@@ -22,10 +22,10 @@ dependencies:
|
|
22
22
|
version: 3.1.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
|
-
version_requirements: *
|
25
|
+
version_requirements: *2165007280
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: jquery-rails
|
28
|
-
requirement: &
|
28
|
+
requirement: &2165005940 !ruby/object:Gem::Requirement
|
29
29
|
none: false
|
30
30
|
requirements:
|
31
31
|
- - ! '>='
|
@@ -33,10 +33,10 @@ dependencies:
|
|
33
33
|
version: '0'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
|
-
version_requirements: *
|
36
|
+
version_requirements: *2165005940
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: coffee-script
|
39
|
-
requirement: &
|
39
|
+
requirement: &2165004560 !ruby/object:Gem::Requirement
|
40
40
|
none: false
|
41
41
|
requirements:
|
42
42
|
- - ! '>='
|
@@ -44,10 +44,10 @@ dependencies:
|
|
44
44
|
version: '0'
|
45
45
|
type: :runtime
|
46
46
|
prerelease: false
|
47
|
-
version_requirements: *
|
47
|
+
version_requirements: *2165004560
|
48
48
|
- !ruby/object:Gem::Dependency
|
49
49
|
name: haml-rails
|
50
|
-
requirement: &
|
50
|
+
requirement: &2165003600 !ruby/object:Gem::Requirement
|
51
51
|
none: false
|
52
52
|
requirements:
|
53
53
|
- - ! '>='
|
@@ -55,10 +55,10 @@ dependencies:
|
|
55
55
|
version: '0'
|
56
56
|
type: :runtime
|
57
57
|
prerelease: false
|
58
|
-
version_requirements: *
|
58
|
+
version_requirements: *2165003600
|
59
59
|
- !ruby/object:Gem::Dependency
|
60
60
|
name: sqlite3
|
61
|
-
requirement: &
|
61
|
+
requirement: &2165002700 !ruby/object:Gem::Requirement
|
62
62
|
none: false
|
63
63
|
requirements:
|
64
64
|
- - ! '>='
|
@@ -66,10 +66,10 @@ dependencies:
|
|
66
66
|
version: '0'
|
67
67
|
type: :runtime
|
68
68
|
prerelease: false
|
69
|
-
version_requirements: *
|
69
|
+
version_requirements: *2165002700
|
70
70
|
- !ruby/object:Gem::Dependency
|
71
71
|
name: webmock
|
72
|
-
requirement: &
|
72
|
+
requirement: &2165001820 !ruby/object:Gem::Requirement
|
73
73
|
none: false
|
74
74
|
requirements:
|
75
75
|
- - ! '>='
|
@@ -77,10 +77,10 @@ dependencies:
|
|
77
77
|
version: '0'
|
78
78
|
type: :development
|
79
79
|
prerelease: false
|
80
|
-
version_requirements: *
|
80
|
+
version_requirements: *2165001820
|
81
81
|
- !ruby/object:Gem::Dependency
|
82
82
|
name: capybara
|
83
|
-
requirement: &
|
83
|
+
requirement: &2165000120 !ruby/object:Gem::Requirement
|
84
84
|
none: false
|
85
85
|
requirements:
|
86
86
|
- - ! '>='
|
@@ -88,7 +88,7 @@ dependencies:
|
|
88
88
|
version: '0'
|
89
89
|
type: :development
|
90
90
|
prerelease: false
|
91
|
-
version_requirements: *
|
91
|
+
version_requirements: *2165000120
|
92
92
|
description: Use the medivo platform to make a lab order or find a lab location
|
93
93
|
email:
|
94
94
|
- dsudol@medivo.com
|
@@ -199,7 +199,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
199
199
|
version: '0'
|
200
200
|
segments:
|
201
201
|
- 0
|
202
|
-
hash:
|
202
|
+
hash: 1983744793530917805
|
203
203
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
204
204
|
none: false
|
205
205
|
requirements:
|
@@ -208,7 +208,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
208
208
|
version: '0'
|
209
209
|
segments:
|
210
210
|
- 0
|
211
|
-
hash:
|
211
|
+
hash: 1983744793530917805
|
212
212
|
requirements: []
|
213
213
|
rubyforge_project:
|
214
214
|
rubygems_version: 1.6.2
|