spark_api 1.5.1 → 1.5.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/lib/spark_api.rb +1 -0
  4. metadata +172 -172
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b9c9695944207ba64adf36cd6417e6f534222643a04058581af5451ef4e0361e
4
- data.tar.gz: 4911595b9144031b4659ef04bbd1ca8689090e23297d686741c26649c359b0ed
3
+ metadata.gz: 9dfabf550d6eea2fb80a30b047b5c0fb4a5aa95f4bad6ee2fd9135acc21ce479
4
+ data.tar.gz: 8587cc4fa49929d9286ec6ac37c9d97259e6fbdf2d7b583716edc5d67068d47f
5
5
  SHA512:
6
- metadata.gz: d1e45e5ebb03f2561b2d1a8234510598ced6b3816f961dd84e2200f66359bd22a6360b4bdba06bfcaad46e2a5bbac5c22cb03611dc0b4b249ea001ac5022964b
7
- data.tar.gz: 5259a965c9131db98ef5c9ca876f59189a43274fa30c780c98b1d56b1d762fd974f9a618a407e0daf0d16c9f1e0b690ffd0a500dfe4f225c9eadc2b81091ec6e
6
+ metadata.gz: 2e0467d03ebcac984dd9ba6dbd0b120e60d1ef1c340d1972145140678a84b405567114a4af2eaba8776c8e9a20cc556dafada327cb9d86c9ad95dbec8ca2a1f5
7
+ data.tar.gz: 6b9107aa27eed9afd313b34144c1f2b22425fa421568d6b496edb7d96b9828313568651457b3cd3f71085c7b3d09ecfd7d7595cced256cdc0a01775edf46b308
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.5.1
1
+ 1.5.2
data/lib/spark_api.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  require 'rubygems'
2
2
  require 'logger'
3
3
  require 'multi_json'
4
+ require 'addressable'
4
5
 
5
6
  require 'spark_api/version'
6
7
  require 'spark_api/errors'
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.5.1
4
+ version: 1.5.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: 2021-02-11 00:00:00.000000000 Z
12
+ date: 2021-06-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday
@@ -534,208 +534,208 @@ required_rubygems_version: !ruby/object:Gem::Requirement
534
534
  - !ruby/object:Gem::Version
535
535
  version: '1.8'
536
536
  requirements: []
537
- rubygems_version: 3.1.4
537
+ rubygems_version: 3.1.6
538
538
  signing_key:
539
539
  specification_version: 4
540
540
  summary: A library for interacting with the Spark web services.
541
541
  test_files:
542
- - spec/fixtures/fields/settings.json
543
- - spec/fixtures/fields/order.json
544
- - spec/fixtures/fields/order_a.json
545
- - spec/fixtures/empty.json
546
- - spec/fixtures/finders.json
547
- - spec/fixtures/accounts/my_put.json
548
- - spec/fixtures/accounts/password_save.json
549
- - spec/fixtures/accounts/my.json
550
- - spec/fixtures/accounts/my_portal.json
551
- - spec/fixtures/accounts/office.json
552
- - spec/fixtures/accounts/all.json
553
- - spec/fixtures/accounts/my_save.json
542
+ - spec/fixtures/generic_delete.json
554
543
  - spec/fixtures/base.json
555
- - spec/fixtures/success.json
556
- - spec/fixtures/property_types/property_types.json
557
- - spec/fixtures/saved_searches/get.json
558
- - spec/fixtures/saved_searches/without_newsfeed.json
559
- - spec/fixtures/saved_searches/with_inactive_newsfeed.json
560
- - spec/fixtures/saved_searches/get_provided.json
561
- - spec/fixtures/saved_searches/update.json
562
- - spec/fixtures/saved_searches/post.json
563
- - spec/fixtures/saved_searches/new.json
564
- - spec/fixtures/saved_searches/with_newsfeed.json
565
- - spec/fixtures/standardfields/stateorprovince.json
566
- - spec/fixtures/standardfields/standardfields.json
567
- - spec/fixtures/standardfields/city.json
568
- - spec/fixtures/standardfields/nearby.json
569
- - spec/fixtures/portal/my.json
570
- - spec/fixtures/portal/my_non_existant.json
571
- - spec/fixtures/portal/enable.json
572
- - spec/fixtures/portal/post.json
573
- - spec/fixtures/portal/disable.json
574
- - spec/fixtures/portal/new.json
575
- - spec/fixtures/oauth2_error.json
576
- - spec/fixtures/sharedlinks/success.json
577
544
  - spec/fixtures/authentication_failure.json
578
- - spec/fixtures/activities/get.json
545
+ - spec/fixtures/errors/failure_with_constraint.json
546
+ - spec/fixtures/errors/failure.json
547
+ - spec/fixtures/errors/expired.json
548
+ - spec/fixtures/errors/failure_with_msg.json
549
+ - spec/fixtures/listing_carts/add_listings.json
550
+ - spec/fixtures/listing_carts/post_portal_cart.json
551
+ - spec/fixtures/listing_carts/add_listing_post.json
552
+ - spec/fixtures/listing_carts/new_portal_cart.json
553
+ - spec/fixtures/listing_carts/add_listing.json
554
+ - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
555
+ - spec/fixtures/listing_carts/listing_portal_cart.json
556
+ - spec/fixtures/listing_carts/add_portal_cart_listings.json
557
+ - spec/fixtures/listing_carts/empty.json
558
+ - spec/fixtures/listing_carts/post.json
559
+ - spec/fixtures/listing_carts/new.json
560
+ - spec/fixtures/listing_carts/put.json
561
+ - spec/fixtures/listing_carts/listing_cart.json
562
+ - spec/fixtures/listing_carts/put_ids.json
563
+ - spec/fixtures/listing_carts/remove_listing.json
564
+ - spec/fixtures/listing_carts/put_name.json
565
+ - spec/fixtures/listing_carts/add_listings_post.json
566
+ - spec/fixtures/fields/order_a.json
567
+ - spec/fixtures/fields/settings.json
568
+ - spec/fixtures/fields/order.json
569
+ - spec/fixtures/newsfeeds/inactive.json
570
+ - spec/fixtures/newsfeeds/get.json
571
+ - spec/fixtures/newsfeeds/meta.json
579
572
  - spec/fixtures/idx_links/get.json
580
- - spec/fixtures/contacts/my.json
581
- - spec/fixtures/contacts/vow_accounts/get.json
582
- - spec/fixtures/contacts/vow_accounts/edit.json
583
- - spec/fixtures/contacts/vow_accounts/post.json
584
- - spec/fixtures/contacts/vow_accounts/new.json
585
- - spec/fixtures/contacts/new_empty.json
586
- - spec/fixtures/contacts/post.json
587
- - spec/fixtures/contacts/new.json
588
- - spec/fixtures/contacts/tags.json
589
- - spec/fixtures/contacts/new_notify.json
590
- - spec/fixtures/contacts/contacts.json
591
- - spec/fixtures/no_results.json
592
- - spec/fixtures/generic_delete.json
593
- - spec/fixtures/sorts/get.json
594
- - spec/fixtures/search_templates/quick_searches/get.json
595
- - spec/fixtures/comments/get.json
596
- - spec/fixtures/comments/post.json
597
- - spec/fixtures/comments/new.json
598
- - spec/fixtures/session.json
599
- - spec/fixtures/notes/agent_shared.json
600
- - spec/fixtures/notes/add.json
601
- - spec/fixtures/notes/new.json
602
- - spec/fixtures/notes/agent_shared_empty.json
603
- - spec/fixtures/logo_fbs.png
604
- - spec/fixtures/listings/no_subresources.json
605
- - spec/fixtures/listings/constraints_with_pagination.json
606
- - spec/fixtures/listings/open_houses.json
607
- - spec/fixtures/listings/put_expiration_date.json
608
- - spec/fixtures/listings/tour_of_homes_search.json
609
- - spec/fixtures/listings/reorder_photo.json
610
- - spec/fixtures/listings/shared_listing_post.json
611
- - spec/fixtures/listings/multiple.json
612
- - spec/fixtures/listings/with_videos.json
613
- - spec/fixtures/listings/with_supplement.json
614
- - spec/fixtures/listings/photos/index.json
615
- - spec/fixtures/listings/photos/post.json
616
- - spec/fixtures/listings/photos/new.json
573
+ - spec/fixtures/listings/document_index.json
574
+ - spec/fixtures/listings/with_documents.json
617
575
  - spec/fixtures/listings/photos/batch_delete.json
618
576
  - spec/fixtures/listings/photos/rollback.json
577
+ - spec/fixtures/listings/photos/post.json
578
+ - spec/fixtures/listings/photos/index.json
579
+ - spec/fixtures/listings/photos/new.json
619
580
  - spec/fixtures/listings/photos/rotate.json
620
- - spec/fixtures/listings/floplans_index.json
621
- - spec/fixtures/listings/with_vtour.json
622
- - spec/fixtures/listings/with_rental_calendar.json
581
+ - spec/fixtures/listings/multiple.json
582
+ - spec/fixtures/listings/tour_of_homes_search.json
583
+ - spec/fixtures/listings/put_expiration_date.json
623
584
  - spec/fixtures/listings/videos_index.json
624
- - spec/fixtures/listings/rental_calendar.json
625
- - spec/fixtures/listings/with_photos.json
626
- - spec/fixtures/listings/shared_listing_get.json
627
- - spec/fixtures/listings/tour_of_homes.json
628
- - spec/fixtures/listings/document_index.json
629
- - spec/fixtures/listings/constraints.json
630
- - spec/fixtures/listings/put.json
631
585
  - spec/fixtures/listings/with_permissions.json
632
- - spec/fixtures/listings/with_documents.json
586
+ - spec/fixtures/listings/reorder_photo.json
587
+ - spec/fixtures/listings/virtual_tours_index.json
633
588
  - spec/fixtures/listings/put_reorder_photo.json
589
+ - spec/fixtures/listings/no_subresources.json
590
+ - spec/fixtures/listings/with_photos.json
591
+ - spec/fixtures/listings/shared_listing_post.json
592
+ - spec/fixtures/listings/with_vtour.json
593
+ - spec/fixtures/listings/put.json
594
+ - spec/fixtures/listings/with_rental_calendar.json
595
+ - spec/fixtures/listings/constraints.json
596
+ - spec/fixtures/listings/constraints_with_pagination.json
597
+ - spec/fixtures/listings/tour_of_homes.json
598
+ - spec/fixtures/listings/open_houses.json
599
+ - spec/fixtures/listings/shared_listing_get.json
600
+ - spec/fixtures/listings/with_supplement.json
634
601
  - spec/fixtures/listings/shared_listing_new.json
635
- - spec/fixtures/listings/virtual_tours_index.json
636
- - spec/fixtures/listing_meta_translations/get.json
637
- - spec/fixtures/notifications/unread.json
638
- - spec/fixtures/notifications/new_empty.json
639
- - spec/fixtures/notifications/notifications.json
602
+ - spec/fixtures/listings/rental_calendar.json
603
+ - spec/fixtures/listings/floplans_index.json
604
+ - spec/fixtures/listings/with_videos.json
605
+ - spec/fixtures/notes/agent_shared.json
606
+ - spec/fixtures/notes/agent_shared_empty.json
607
+ - spec/fixtures/notes/new.json
608
+ - spec/fixtures/notes/add.json
609
+ - spec/fixtures/accounts/office.json
610
+ - spec/fixtures/accounts/my_portal.json
611
+ - spec/fixtures/accounts/password_save.json
612
+ - spec/fixtures/accounts/my_save.json
613
+ - spec/fixtures/accounts/all.json
614
+ - spec/fixtures/accounts/my_put.json
615
+ - spec/fixtures/accounts/my.json
616
+ - spec/fixtures/notifications/mark_read.json
640
617
  - spec/fixtures/notifications/post.json
641
618
  - spec/fixtures/notifications/new.json
642
- - spec/fixtures/notifications/mark_read.json
643
- - spec/fixtures/rules/get.json
644
- - spec/fixtures/oauth2/access.json
645
- - spec/fixtures/oauth2/access_with_old_refresh.json
619
+ - spec/fixtures/notifications/notifications.json
620
+ - spec/fixtures/notifications/new_empty.json
621
+ - spec/fixtures/notifications/unread.json
622
+ - spec/fixtures/search_templates/quick_searches/get.json
623
+ - spec/fixtures/standardfields/nearby.json
624
+ - spec/fixtures/standardfields/stateorprovince.json
625
+ - spec/fixtures/standardfields/city.json
626
+ - spec/fixtures/standardfields/standardfields.json
646
627
  - spec/fixtures/oauth2/authorization_code_body.json
628
+ - spec/fixtures/oauth2/access_with_refresh.json
647
629
  - spec/fixtures/oauth2/password_body.json
630
+ - spec/fixtures/oauth2/access_with_old_refresh.json
648
631
  - spec/fixtures/oauth2/refresh_body.json
649
632
  - spec/fixtures/oauth2/error.json
650
- - spec/fixtures/oauth2/access_with_refresh.json
651
- - spec/fixtures/messages/get.json
652
- - spec/fixtures/messages/new_empty.json
633
+ - spec/fixtures/oauth2/access.json
634
+ - spec/fixtures/empty.json
635
+ - spec/fixtures/generic_failure.json
636
+ - spec/fixtures/rules/get.json
637
+ - spec/fixtures/property_types/property_types.json
638
+ - spec/fixtures/success.json
639
+ - spec/fixtures/count.json
640
+ - spec/fixtures/sorts/get.json
641
+ - spec/fixtures/comments/post.json
642
+ - spec/fixtures/comments/new.json
643
+ - spec/fixtures/comments/get.json
644
+ - spec/fixtures/finders.json
645
+ - spec/fixtures/logo_fbs.png
646
+ - spec/fixtures/activities/get.json
647
+ - spec/fixtures/saved_searches/get_provided.json
648
+ - spec/fixtures/saved_searches/without_newsfeed.json
649
+ - spec/fixtures/saved_searches/update.json
650
+ - spec/fixtures/saved_searches/post.json
651
+ - spec/fixtures/saved_searches/new.json
652
+ - spec/fixtures/saved_searches/get.json
653
+ - spec/fixtures/saved_searches/with_newsfeed.json
654
+ - spec/fixtures/saved_searches/with_inactive_newsfeed.json
655
+ - spec/fixtures/sharedlinks/success.json
656
+ - spec/fixtures/messages/new_with_recipients.json
653
657
  - spec/fixtures/messages/post.json
654
658
  - spec/fixtures/messages/new.json
655
- - spec/fixtures/messages/new_with_recipients.json
656
659
  - spec/fixtures/messages/count.json
657
- - spec/fixtures/count.json
658
- - spec/fixtures/generic_failure.json
659
- - spec/fixtures/newsfeeds/get.json
660
- - spec/fixtures/newsfeeds/meta.json
661
- - spec/fixtures/newsfeeds/inactive.json
662
- - spec/fixtures/errors/expired.json
663
- - spec/fixtures/errors/failure_with_constraint.json
664
- - spec/fixtures/errors/failure_with_msg.json
665
- - spec/fixtures/errors/failure.json
666
- - spec/fixtures/listing_carts/post_portal_cart.json
667
- - spec/fixtures/listing_carts/empty.json
668
- - spec/fixtures/listing_carts/put_name.json
669
- - spec/fixtures/listing_carts/add_portal_cart_listings_post.json
670
- - spec/fixtures/listing_carts/add_listings_post.json
671
- - spec/fixtures/listing_carts/new_portal_cart.json
672
- - spec/fixtures/listing_carts/remove_listing.json
673
- - spec/fixtures/listing_carts/add_listing_post.json
674
- - spec/fixtures/listing_carts/add_listing.json
675
- - spec/fixtures/listing_carts/post.json
676
- - spec/fixtures/listing_carts/new.json
677
- - spec/fixtures/listing_carts/listing_portal_cart.json
678
- - spec/fixtures/listing_carts/add_listings.json
679
- - spec/fixtures/listing_carts/put.json
680
- - spec/fixtures/listing_carts/add_portal_cart_listings.json
681
- - spec/fixtures/listing_carts/put_ids.json
682
- - spec/fixtures/listing_carts/listing_cart.json
660
+ - spec/fixtures/messages/get.json
661
+ - spec/fixtures/messages/new_empty.json
662
+ - spec/fixtures/oauth2_error.json
663
+ - spec/fixtures/no_results.json
664
+ - spec/fixtures/contacts/tags.json
665
+ - spec/fixtures/contacts/new_notify.json
666
+ - spec/fixtures/contacts/vow_accounts/post.json
667
+ - spec/fixtures/contacts/vow_accounts/new.json
668
+ - spec/fixtures/contacts/vow_accounts/get.json
669
+ - spec/fixtures/contacts/vow_accounts/edit.json
670
+ - spec/fixtures/contacts/post.json
671
+ - spec/fixtures/contacts/new.json
672
+ - spec/fixtures/contacts/contacts.json
673
+ - spec/fixtures/contacts/new_empty.json
674
+ - spec/fixtures/contacts/my.json
675
+ - spec/fixtures/session.json
676
+ - spec/fixtures/listing_meta_translations/get.json
677
+ - spec/fixtures/portal/my_non_existant.json
678
+ - spec/fixtures/portal/post.json
679
+ - spec/fixtures/portal/enable.json
680
+ - spec/fixtures/portal/new.json
681
+ - spec/fixtures/portal/disable.json
682
+ - spec/fixtures/portal/my.json
683
+ - spec/unit/spark_api_spec.rb
684
+ - spec/unit/spark_api/options_hash_spec.rb
685
+ - spec/unit/spark_api/paginate_spec.rb
686
+ - spec/unit/spark_api/configuration/yaml_spec.rb
687
+ - spec/unit/spark_api/faraday_middleware_spec.rb
683
688
  - spec/unit/spark_api/configuration_spec.rb
684
- - spec/unit/spark_api/models/document_spec.rb
685
- - spec/unit/spark_api/models/rental_calendar_spec.rb
686
- - spec/unit/spark_api/models/system_info_spec.rb
687
- - spec/unit/spark_api/models/listing_spec.rb
688
- - spec/unit/spark_api/models/listing_meta_translations_spec.rb
689
+ - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
690
+ - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
691
+ - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
692
+ - spec/unit/spark_api/authentication/base_auth_spec.rb
693
+ - spec/unit/spark_api/authentication/api_auth_spec.rb
694
+ - spec/unit/spark_api/authentication/oauth2_spec.rb
695
+ - spec/unit/spark_api/request_spec.rb
696
+ - spec/unit/spark_api/multi_client_spec.rb
697
+ - spec/unit/spark_api/authentication_spec.rb
698
+ - spec/unit/spark_api/primary_array_spec.rb
699
+ - spec/unit/spark_api/models/search_template/quick_search_spec.rb
689
700
  - spec/unit/spark_api/models/contact_spec.rb
701
+ - spec/unit/spark_api/models/note_spec.rb
702
+ - spec/unit/spark_api/models/listing_meta_translations_spec.rb
690
703
  - spec/unit/spark_api/models/concerns/destroyable_spec.rb
691
704
  - spec/unit/spark_api/models/concerns/savable_spec.rb
692
- - spec/unit/spark_api/models/video_spec.rb
693
- - spec/unit/spark_api/models/shared_listing_spec.rb
694
- - spec/unit/spark_api/models/email_link_spec.rb
695
- - spec/unit/spark_api/models/note_spec.rb
696
- - spec/unit/spark_api/models/rule_spec.rb
697
- - spec/unit/spark_api/models/vow_account_spec.rb
705
+ - spec/unit/spark_api/models/account_spec.rb
706
+ - spec/unit/spark_api/models/photo_spec.rb
707
+ - spec/unit/spark_api/models/constraint_spec.rb
708
+ - spec/unit/spark_api/models/rental_calendar_spec.rb
709
+ - spec/unit/spark_api/models/newsfeed_spec.rb
710
+ - spec/unit/spark_api/models/fields_spec.rb
711
+ - spec/unit/spark_api/models/listing_cart_spec.rb
698
712
  - spec/unit/spark_api/models/account_report_spec.rb
699
- - spec/unit/spark_api/models/tour_of_home_spec.rb
700
- - spec/unit/spark_api/models/activity_spec.rb
713
+ - spec/unit/spark_api/models/shared_listing_spec.rb
714
+ - spec/unit/spark_api/models/system_info_spec.rb
715
+ - spec/unit/spark_api/models/base_spec.rb
701
716
  - spec/unit/spark_api/models/saved_search_spec.rb
702
- - spec/unit/spark_api/models/listing_cart_spec.rb
703
717
  - spec/unit/spark_api/models/subresource_spec.rb
704
- - spec/unit/spark_api/models/newsfeed_spec.rb
705
- - spec/unit/spark_api/models/portal_spec.rb
706
- - spec/unit/spark_api/models/photo_spec.rb
707
- - spec/unit/spark_api/models/virtual_tour_spec.rb
708
- - spec/unit/spark_api/models/news_feed_meta_spec.rb
718
+ - spec/unit/spark_api/models/floplan_spec.rb
719
+ - spec/unit/spark_api/models/notification_spec.rb
720
+ - spec/unit/spark_api/models/document_spec.rb
721
+ - spec/unit/spark_api/models/activity_spec.rb
722
+ - spec/unit/spark_api/models/standard_fields_spec.rb
709
723
  - spec/unit/spark_api/models/sort_spec.rb
710
- - spec/unit/spark_api/models/open_house_spec.rb
711
- - spec/unit/spark_api/models/fields_spec.rb
712
- - spec/unit/spark_api/models/message_spec.rb
713
- - spec/unit/spark_api/models/connect_prefs_spec.rb
714
- - spec/unit/spark_api/models/base_spec.rb
715
- - spec/unit/spark_api/models/account_spec.rb
716
- - spec/unit/spark_api/models/dirty_spec.rb
717
724
  - spec/unit/spark_api/models/finders_spec.rb
718
- - spec/unit/spark_api/models/defaultable_spec.rb
719
- - spec/unit/spark_api/models/notification_spec.rb
725
+ - spec/unit/spark_api/models/tour_of_home_spec.rb
726
+ - spec/unit/spark_api/models/email_link_spec.rb
727
+ - spec/unit/spark_api/models/video_spec.rb
728
+ - spec/unit/spark_api/models/message_spec.rb
729
+ - spec/unit/spark_api/models/virtual_tour_spec.rb
730
+ - spec/unit/spark_api/models/open_house_spec.rb
720
731
  - spec/unit/spark_api/models/property_types_spec.rb
721
- - spec/unit/spark_api/models/standard_fields_spec.rb
732
+ - spec/unit/spark_api/models/defaultable_spec.rb
733
+ - spec/unit/spark_api/models/news_feed_meta_spec.rb
734
+ - spec/unit/spark_api/models/vow_account_spec.rb
735
+ - spec/unit/spark_api/models/listing_spec.rb
736
+ - spec/unit/spark_api/models/dirty_spec.rb
737
+ - spec/unit/spark_api/models/connect_prefs_spec.rb
722
738
  - spec/unit/spark_api/models/shared_link_spec.rb
723
- - spec/unit/spark_api/models/constraint_spec.rb
724
- - spec/unit/spark_api/models/search_template/quick_search_spec.rb
725
- - spec/unit/spark_api/models/floplan_spec.rb
726
- - spec/unit/spark_api/faraday_middleware_spec.rb
727
- - spec/unit/spark_api/paginate_spec.rb
728
- - spec/unit/spark_api/authentication/api_auth_spec.rb
729
- - spec/unit/spark_api/authentication/base_auth_spec.rb
730
- - spec/unit/spark_api/authentication/oauth2_impl/faraday_middleware_spec.rb
731
- - spec/unit/spark_api/authentication/oauth2_impl/grant_type_base_spec.rb
732
- - spec/unit/spark_api/authentication/oauth2_impl/single_session_provider_spec.rb
733
- - spec/unit/spark_api/authentication/oauth2_spec.rb
734
- - spec/unit/spark_api/configuration/yaml_spec.rb
735
- - spec/unit/spark_api/multi_client_spec.rb
736
- - spec/unit/spark_api/authentication_spec.rb
737
- - spec/unit/spark_api/options_hash_spec.rb
738
- - spec/unit/spark_api/primary_array_spec.rb
739
- - spec/unit/spark_api/request_spec.rb
740
- - spec/unit/spark_api_spec.rb
739
+ - spec/unit/spark_api/models/portal_spec.rb
740
+ - spec/unit/spark_api/models/rule_spec.rb
741
741
  - spec/spec_helper.rb