spark_api 1.6.1 → 1.6.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/spark_api/request.rb +2 -1
  4. metadata +163 -163
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e315d7b172f1df48cf669a4900fde0367b629dba0fa337b1047d5aeb38c32dfb
4
- data.tar.gz: cd034a5ea19d67503c5fca449771fa882a1f0b37b673d3f2259f38db0276a12a
3
+ metadata.gz: 967a5f3bb318a1587f3ffee8c3708a6067119c17f21bfa77cdaef3210259b064
4
+ data.tar.gz: f49b25406b4b4b57a80fe6621fab36a1ea4e85a50e25637f2251278c789ccde2
5
5
  SHA512:
6
- metadata.gz: da7b242dbdeb0dac71a5334a6a26d158ad49a8bc0c835b896b754f4ba4d4da87445c50164406863a8ba23d2f5a99ef6f95c0d08b4cf0b53392243012803289ad
7
- data.tar.gz: c172948eff245c7ca407fb7a3d73f7634ce43fc1a1f906bdb90a4f73d2b7166eb0f88046beef6f856bab938dc15d4462af6b6150f0059c79e1b27291266d56b0
6
+ metadata.gz: c32304629346b5d903d7ac51de3f01353f3078cc89e0c90c07a81c0245d44ca4788536f80d147d92058d5d92ec8ab06304509fe13ce3a546e6eb25b98948ffd7
7
+ data.tar.gz: cc3246679de5467e4eab37a0c4d997d3ca2f3ddff5f38b2914c13514ae695cb0b22799356eca0e9430aaff7d871032e3e847da5bc201becbfbb1994811df533d
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.1
1
+ 1.6.2
@@ -83,7 +83,8 @@ module SparkApi
83
83
  request_opts.merge!(options)
84
84
  request_path = if middleware && middleware.to_sym == :reso_api
85
85
  dd_version = "Dictionary/#{dictionary_version}/" unless dictionary_version.nil?
86
- "/Reso/#{dd_version}OData#{path}"
86
+ reso_version = "/Version/#{version}" unless version == SparkApi::Configuration::DEFAULT_VERSION || version.nil?
87
+ "#{reso_version}/Reso/#{dd_version}OData#{path}"
87
88
  else
88
89
  "/#{version}#{path}"
89
90
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: spark_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Hornseth
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2022-10-11 00:00:00.000000000 Z
12
+ date: 2022-11-07 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: addressable
@@ -561,203 +561,203 @@ signing_key:
561
561
  specification_version: 4
562
562
  summary: A library for interacting with the Spark web services.
563
563
  test_files:
564
- - spec/fixtures/idx_links/get.json
565
- - spec/fixtures/session.json
566
- - spec/fixtures/listing_carts/listing_portal_cart.json
567
- - spec/fixtures/listing_carts/remove_listing.json
568
- - spec/fixtures/listing_carts/post.json
569
- - spec/fixtures/listing_carts/put_ids.json
570
- - spec/fixtures/listing_carts/new_portal_cart.json
571
- - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
572
- - spec/fixtures/listing_carts/listing_cart.json
573
- - spec/fixtures/listing_carts/put_name.json
574
- - spec/fixtures/listing_carts/new.json
575
- - spec/fixtures/listing_carts/add_portal_cart_listings.json
576
- - spec/fixtures/listing_carts/empty.json
577
- - spec/fixtures/listing_carts/post_portal_cart.json
578
- - spec/fixtures/listing_carts/add_listing.json
579
- - spec/fixtures/listing_carts/put.json
580
- - spec/fixtures/listing_carts/add_listings_post.json
581
- - spec/fixtures/listing_carts/add_listings.json
582
- - spec/fixtures/listing_carts/add_listing_post.json
583
- - spec/fixtures/property_types/property_types.json
584
- - spec/fixtures/no_results.json
585
- - spec/fixtures/saved_searches/get.json
586
- - spec/fixtures/saved_searches/update.json
587
- - spec/fixtures/saved_searches/post.json
588
- - spec/fixtures/saved_searches/with_newsfeed.json
589
- - spec/fixtures/saved_searches/new.json
590
- - spec/fixtures/saved_searches/with_inactive_newsfeed.json
591
- - spec/fixtures/saved_searches/without_newsfeed.json
592
- - spec/fixtures/saved_searches/get_provided.json
593
- - spec/fixtures/search_templates/quick_searches/get.json
594
- - spec/fixtures/newsfeeds/get.json
595
- - spec/fixtures/newsfeeds/inactive.json
596
- - spec/fixtures/newsfeeds/meta.json
597
- - spec/fixtures/sorts/get.json
598
- - spec/fixtures/count.json
599
- - spec/fixtures/base.json
600
- - spec/fixtures/messages/get.json
564
+ - spec/fixtures/activities/get.json
565
+ - spec/fixtures/finders.json
566
+ - spec/fixtures/success.json
601
567
  - spec/fixtures/messages/post.json
602
- - spec/fixtures/messages/count.json
568
+ - spec/fixtures/messages/new_empty.json
603
569
  - spec/fixtures/messages/new.json
604
570
  - spec/fixtures/messages/new_with_recipients.json
605
- - spec/fixtures/messages/new_empty.json
606
- - spec/fixtures/success.json
571
+ - spec/fixtures/messages/count.json
572
+ - spec/fixtures/messages/get.json
573
+ - spec/fixtures/portal/disable.json
574
+ - spec/fixtures/portal/post.json
575
+ - spec/fixtures/portal/new.json
576
+ - spec/fixtures/portal/my.json
577
+ - spec/fixtures/portal/my_non_existant.json
578
+ - spec/fixtures/portal/enable.json
579
+ - spec/fixtures/contacts/post.json
580
+ - spec/fixtures/contacts/new_empty.json
581
+ - spec/fixtures/contacts/tags.json
582
+ - spec/fixtures/contacts/new.json
583
+ - spec/fixtures/contacts/new_notify.json
584
+ - spec/fixtures/contacts/my.json
585
+ - spec/fixtures/contacts/contacts.json
586
+ - spec/fixtures/contacts/vow_accounts/post.json
587
+ - spec/fixtures/contacts/vow_accounts/new.json
588
+ - spec/fixtures/contacts/vow_accounts/edit.json
589
+ - spec/fixtures/contacts/vow_accounts/get.json
590
+ - spec/fixtures/property_types/property_types.json
591
+ - spec/fixtures/oauth2/access_with_refresh.json
592
+ - spec/fixtures/oauth2/authorization_code_body.json
593
+ - spec/fixtures/oauth2/access.json
594
+ - spec/fixtures/oauth2/error.json
595
+ - spec/fixtures/oauth2/refresh_body.json
596
+ - spec/fixtures/oauth2/password_body.json
597
+ - spec/fixtures/oauth2/access_with_old_refresh.json
598
+ - spec/fixtures/base.json
599
+ - spec/fixtures/logo_fbs.png
600
+ - spec/fixtures/listings/shared_listing_get.json
601
+ - spec/fixtures/listings/put_expiration_date.json
607
602
  - spec/fixtures/listings/open_houses.json
608
- - spec/fixtures/listings/with_supplement.json
609
- - spec/fixtures/listings/reorder_photo.json
610
- - spec/fixtures/listings/videos_index.json
611
- - spec/fixtures/listings/with_photos.json
612
- - spec/fixtures/listings/no_subresources.json
603
+ - spec/fixtures/listings/constraints_with_pagination.json
604
+ - spec/fixtures/listings/with_rental_calendar.json
613
605
  - spec/fixtures/listings/with_videos.json
606
+ - spec/fixtures/listings/shared_listing_new.json
607
+ - spec/fixtures/listings/multiple.json
614
608
  - spec/fixtures/listings/document_index.json
609
+ - spec/fixtures/listings/constraints.json
615
610
  - spec/fixtures/listings/shared_listing_post.json
616
- - spec/fixtures/listings/constraints_with_pagination.json
611
+ - spec/fixtures/listings/reorder_photo.json
617
612
  - spec/fixtures/listings/floplans_index.json
618
- - spec/fixtures/listings/multiple.json
619
- - spec/fixtures/listings/with_permissions.json
620
- - spec/fixtures/listings/put_reorder_photo.json
621
- - spec/fixtures/listings/constraints.json
613
+ - spec/fixtures/listings/rental_calendar.json
622
614
  - spec/fixtures/listings/put.json
623
- - spec/fixtures/listings/put_expiration_date.json
615
+ - spec/fixtures/listings/videos_index.json
624
616
  - spec/fixtures/listings/tour_of_homes_search.json
625
- - spec/fixtures/listings/with_rental_calendar.json
626
- - spec/fixtures/listings/photos/rollback.json
617
+ - spec/fixtures/listings/tour_of_homes.json
618
+ - spec/fixtures/listings/virtual_tours_index.json
619
+ - spec/fixtures/listings/with_documents.json
620
+ - spec/fixtures/listings/with_vtour.json
621
+ - spec/fixtures/listings/with_supplement.json
622
+ - spec/fixtures/listings/with_photos.json
623
+ - spec/fixtures/listings/put_reorder_photo.json
624
+ - spec/fixtures/listings/with_permissions.json
625
+ - spec/fixtures/listings/no_subresources.json
627
626
  - spec/fixtures/listings/photos/post.json
628
- - spec/fixtures/listings/photos/batch_delete.json
629
627
  - spec/fixtures/listings/photos/rotate.json
628
+ - spec/fixtures/listings/photos/rollback.json
630
629
  - spec/fixtures/listings/photos/new.json
631
630
  - spec/fixtures/listings/photos/index.json
632
- - spec/fixtures/listings/shared_listing_new.json
633
- - spec/fixtures/listings/rental_calendar.json
634
- - spec/fixtures/listings/virtual_tours_index.json
635
- - spec/fixtures/listings/with_documents.json
636
- - spec/fixtures/listings/tour_of_homes.json
637
- - spec/fixtures/listings/shared_listing_get.json
638
- - spec/fixtures/listings/with_vtour.json
639
- - spec/fixtures/portal/post.json
640
- - spec/fixtures/portal/my.json
641
- - spec/fixtures/portal/disable.json
642
- - spec/fixtures/portal/new.json
643
- - spec/fixtures/portal/my_non_existant.json
644
- - spec/fixtures/portal/enable.json
645
- - spec/fixtures/notifications/notifications.json
646
- - spec/fixtures/notifications/post.json
647
- - spec/fixtures/notifications/new.json
648
- - spec/fixtures/notifications/unread.json
649
- - spec/fixtures/notifications/mark_read.json
650
- - spec/fixtures/notifications/new_empty.json
651
- - spec/fixtures/rules/get.json
652
- - spec/fixtures/empty.json
653
- - spec/fixtures/activities/get.json
654
- - spec/fixtures/errors/expired.json
655
- - spec/fixtures/errors/failure_with_msg.json
656
- - spec/fixtures/errors/failure_with_constraint.json
657
- - spec/fixtures/errors/failure.json
658
- - spec/fixtures/authentication_failure.json
659
- - spec/fixtures/standardfields/standardfields.json
660
- - spec/fixtures/standardfields/city.json
661
- - spec/fixtures/standardfields/stateorprovince.json
662
- - spec/fixtures/standardfields/nearby.json
663
- - spec/fixtures/listing_meta_translations/get.json
664
- - spec/fixtures/oauth2_error.json
665
- - spec/fixtures/fields/order_a.json
666
- - spec/fixtures/fields/order.json
667
- - spec/fixtures/fields/settings.json
631
+ - spec/fixtures/listings/photos/batch_delete.json
668
632
  - spec/fixtures/notes/add.json
669
633
  - spec/fixtures/notes/new.json
670
- - spec/fixtures/notes/agent_shared.json
671
634
  - spec/fixtures/notes/agent_shared_empty.json
672
- - spec/fixtures/oauth2/access.json
673
- - spec/fixtures/oauth2/access_with_old_refresh.json
674
- - spec/fixtures/oauth2/password_body.json
675
- - spec/fixtures/oauth2/access_with_refresh.json
676
- - spec/fixtures/oauth2/error.json
677
- - spec/fixtures/oauth2/authorization_code_body.json
678
- - spec/fixtures/oauth2/refresh_body.json
679
- - spec/fixtures/logo_fbs.png
680
- - spec/fixtures/generic_failure.json
681
- - spec/fixtures/accounts/my.json
635
+ - spec/fixtures/notes/agent_shared.json
636
+ - spec/fixtures/sharedlinks/success.json
637
+ - spec/fixtures/errors/failure_with_constraint.json
638
+ - spec/fixtures/errors/failure_with_msg.json
639
+ - spec/fixtures/errors/expired.json
640
+ - spec/fixtures/errors/failure.json
641
+ - spec/fixtures/generic_delete.json
642
+ - spec/fixtures/search_templates/quick_searches/get.json
643
+ - spec/fixtures/session.json
682
644
  - spec/fixtures/accounts/office.json
645
+ - spec/fixtures/accounts/my.json
683
646
  - spec/fixtures/accounts/password_save.json
684
- - spec/fixtures/accounts/all.json
685
- - spec/fixtures/accounts/my_put.json
686
647
  - spec/fixtures/accounts/my_portal.json
648
+ - spec/fixtures/accounts/all.json
687
649
  - spec/fixtures/accounts/my_save.json
688
- - spec/fixtures/contacts/vow_accounts/get.json
689
- - spec/fixtures/contacts/vow_accounts/post.json
690
- - spec/fixtures/contacts/vow_accounts/edit.json
691
- - spec/fixtures/contacts/vow_accounts/new.json
692
- - spec/fixtures/contacts/post.json
693
- - spec/fixtures/contacts/my.json
694
- - spec/fixtures/contacts/new.json
695
- - spec/fixtures/contacts/tags.json
696
- - spec/fixtures/contacts/new_notify.json
697
- - spec/fixtures/contacts/contacts.json
698
- - spec/fixtures/contacts/new_empty.json
699
- - spec/fixtures/finders.json
700
- - spec/fixtures/sharedlinks/success.json
701
- - spec/fixtures/generic_delete.json
702
- - spec/fixtures/comments/get.json
650
+ - spec/fixtures/accounts/my_put.json
651
+ - spec/fixtures/empty.json
652
+ - spec/fixtures/no_results.json
653
+ - spec/fixtures/newsfeeds/meta.json
654
+ - spec/fixtures/newsfeeds/inactive.json
655
+ - spec/fixtures/newsfeeds/get.json
656
+ - spec/fixtures/saved_searches/post.json
657
+ - spec/fixtures/saved_searches/update.json
658
+ - spec/fixtures/saved_searches/without_newsfeed.json
659
+ - spec/fixtures/saved_searches/with_newsfeed.json
660
+ - spec/fixtures/saved_searches/get_provided.json
661
+ - spec/fixtures/saved_searches/new.json
662
+ - spec/fixtures/saved_searches/with_inactive_newsfeed.json
663
+ - spec/fixtures/saved_searches/get.json
664
+ - spec/fixtures/generic_failure.json
665
+ - spec/fixtures/listing_meta_translations/get.json
666
+ - spec/fixtures/oauth2_error.json
667
+ - spec/fixtures/sorts/get.json
668
+ - spec/fixtures/listing_carts/post.json
669
+ - spec/fixtures/listing_carts/new_portal_cart.json
670
+ - spec/fixtures/listing_carts/put_name.json
671
+ - spec/fixtures/listing_carts/new.json
672
+ - spec/fixtures/listing_carts/add_listing.json
673
+ - spec/fixtures/listing_carts/listing_portal_cart.json
674
+ - spec/fixtures/listing_carts/post_portal_cart.json
675
+ - spec/fixtures/listing_carts/add_listings_post.json
676
+ - spec/fixtures/listing_carts/put_ids.json
677
+ - spec/fixtures/listing_carts/put.json
678
+ - spec/fixtures/listing_carts/add_portal_cart_listings.json
679
+ - spec/fixtures/listing_carts/empty.json
680
+ - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
681
+ - spec/fixtures/listing_carts/add_listing_post.json
682
+ - spec/fixtures/listing_carts/remove_listing.json
683
+ - spec/fixtures/listing_carts/listing_cart.json
684
+ - spec/fixtures/listing_carts/add_listings.json
685
+ - spec/fixtures/count.json
703
686
  - spec/fixtures/comments/post.json
704
687
  - spec/fixtures/comments/new.json
688
+ - spec/fixtures/comments/get.json
689
+ - spec/fixtures/notifications/mark_read.json
690
+ - spec/fixtures/notifications/post.json
691
+ - spec/fixtures/notifications/new_empty.json
692
+ - spec/fixtures/notifications/new.json
693
+ - spec/fixtures/notifications/notifications.json
694
+ - spec/fixtures/notifications/unread.json
695
+ - spec/fixtures/authentication_failure.json
696
+ - spec/fixtures/fields/settings.json
697
+ - spec/fixtures/fields/order_a.json
698
+ - spec/fixtures/fields/order.json
699
+ - spec/fixtures/idx_links/get.json
700
+ - spec/fixtures/standardfields/stateorprovince.json
701
+ - spec/fixtures/standardfields/city.json
702
+ - spec/fixtures/standardfields/standardfields.json
703
+ - spec/fixtures/standardfields/nearby.json
704
+ - spec/fixtures/rules/get.json
705
705
  - spec/unit/spark_api_spec.rb
706
+ - spec/unit/spark_api/paginate_spec.rb
707
+ - spec/unit/spark_api/request_spec.rb
708
+ - spec/unit/spark_api/authentication/api_auth_spec.rb
709
+ - spec/unit/spark_api/authentication/oauth2_spec.rb
710
+ - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
711
+ - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
712
+ - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
713
+ - spec/unit/spark_api/authentication/base_auth_spec.rb
706
714
  - spec/unit/spark_api/configuration/yaml_spec.rb
707
- - spec/unit/spark_api/models/floplan_spec.rb
708
- - spec/unit/spark_api/models/email_link_spec.rb
709
- - spec/unit/spark_api/models/property_types_spec.rb
710
- - spec/unit/spark_api/models/sort_spec.rb
711
- - spec/unit/spark_api/models/connect_prefs_spec.rb
712
- - spec/unit/spark_api/models/contact_spec.rb
713
- - spec/unit/spark_api/models/virtual_tour_spec.rb
714
- - spec/unit/spark_api/models/news_feed_meta_spec.rb
715
- - spec/unit/spark_api/models/base_spec.rb
715
+ - spec/unit/spark_api/models/rental_calendar_spec.rb
716
+ - spec/unit/spark_api/models/account_spec.rb
717
+ - spec/unit/spark_api/models/standard_fields_spec.rb
716
718
  - spec/unit/spark_api/models/note_spec.rb
717
719
  - spec/unit/spark_api/models/shared_listing_spec.rb
718
- - spec/unit/spark_api/models/tour_of_home_spec.rb
719
- - spec/unit/spark_api/models/video_spec.rb
720
- - spec/unit/spark_api/models/rental_calendar_spec.rb
720
+ - spec/unit/spark_api/models/virtual_tour_spec.rb
721
+ - spec/unit/spark_api/models/base_spec.rb
722
+ - spec/unit/spark_api/models/open_house_spec.rb
721
723
  - spec/unit/spark_api/models/photo_spec.rb
722
- - spec/unit/spark_api/models/vow_account_spec.rb
723
- - spec/unit/spark_api/models/finders_spec.rb
724
- - spec/unit/spark_api/models/shared_link_spec.rb
725
- - spec/unit/spark_api/models/concerns/savable_spec.rb
726
- - spec/unit/spark_api/models/concerns/destroyable_spec.rb
727
- - spec/unit/spark_api/models/listing_meta_translations_spec.rb
728
- - spec/unit/spark_api/models/rule_spec.rb
729
- - spec/unit/spark_api/models/defaultable_spec.rb
730
- - spec/unit/spark_api/models/listing_spec.rb
731
- - spec/unit/spark_api/models/dirty_spec.rb
724
+ - spec/unit/spark_api/models/contact_spec.rb
725
+ - spec/unit/spark_api/models/property_types_spec.rb
732
726
  - spec/unit/spark_api/models/subresource_spec.rb
733
- - spec/unit/spark_api/models/open_house_spec.rb
734
- - spec/unit/spark_api/models/portal_spec.rb
735
- - spec/unit/spark_api/models/search_template/quick_search_spec.rb
736
727
  - spec/unit/spark_api/models/constraint_spec.rb
737
- - spec/unit/spark_api/models/newsfeed_spec.rb
728
+ - spec/unit/spark_api/models/listing_cart_spec.rb
729
+ - spec/unit/spark_api/models/message_spec.rb
738
730
  - spec/unit/spark_api/models/notification_spec.rb
739
- - spec/unit/spark_api/models/standard_fields_spec.rb
731
+ - spec/unit/spark_api/models/news_feed_meta_spec.rb
740
732
  - spec/unit/spark_api/models/fields_spec.rb
741
- - spec/unit/spark_api/models/account_spec.rb
742
- - spec/unit/spark_api/models/account_report_spec.rb
743
- - spec/unit/spark_api/models/message_spec.rb
733
+ - spec/unit/spark_api/models/rule_spec.rb
734
+ - spec/unit/spark_api/models/tour_of_home_spec.rb
735
+ - spec/unit/spark_api/models/concerns/destroyable_spec.rb
736
+ - spec/unit/spark_api/models/concerns/savable_spec.rb
737
+ - spec/unit/spark_api/models/document_spec.rb
738
+ - spec/unit/spark_api/models/sort_spec.rb
739
+ - spec/unit/spark_api/models/listing_meta_translations_spec.rb
740
+ - spec/unit/spark_api/models/floplan_spec.rb
741
+ - spec/unit/spark_api/models/newsfeed_spec.rb
744
742
  - spec/unit/spark_api/models/activity_spec.rb
743
+ - spec/unit/spark_api/models/defaultable_spec.rb
744
+ - spec/unit/spark_api/models/video_spec.rb
745
+ - spec/unit/spark_api/models/email_link_spec.rb
746
+ - spec/unit/spark_api/models/vow_account_spec.rb
747
+ - spec/unit/spark_api/models/account_report_spec.rb
748
+ - spec/unit/spark_api/models/search_template/quick_search_spec.rb
749
+ - spec/unit/spark_api/models/dirty_spec.rb
745
750
  - spec/unit/spark_api/models/system_info_spec.rb
746
- - spec/unit/spark_api/models/document_spec.rb
747
- - spec/unit/spark_api/models/listing_cart_spec.rb
751
+ - spec/unit/spark_api/models/portal_spec.rb
748
752
  - spec/unit/spark_api/models/saved_search_spec.rb
749
- - spec/unit/spark_api/request_spec.rb
750
- - spec/unit/spark_api/multi_client_spec.rb
751
- - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
752
- - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
753
- - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
754
- - spec/unit/spark_api/authentication/oauth2_spec.rb
755
- - spec/unit/spark_api/authentication/base_auth_spec.rb
756
- - spec/unit/spark_api/authentication/api_auth_spec.rb
753
+ - spec/unit/spark_api/models/finders_spec.rb
754
+ - spec/unit/spark_api/models/connect_prefs_spec.rb
755
+ - spec/unit/spark_api/models/listing_spec.rb
756
+ - spec/unit/spark_api/models/shared_link_spec.rb
757
+ - spec/unit/spark_api/options_hash_spec.rb
758
+ - spec/unit/spark_api/authentication_spec.rb
757
759
  - spec/unit/spark_api/primary_array_spec.rb
758
760
  - spec/unit/spark_api/faraday_middleware_spec.rb
759
761
  - spec/unit/spark_api/configuration_spec.rb
760
- - spec/unit/spark_api/authentication_spec.rb
761
- - spec/unit/spark_api/paginate_spec.rb
762
- - spec/unit/spark_api/options_hash_spec.rb
762
+ - spec/unit/spark_api/multi_client_spec.rb
763
763
  - spec/spec_helper.rb