scorm_engine 0.8.1 → 0.8.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/scorm_engine/faraday/request.rb +4 -2
- data/lib/scorm_engine/version.rb +1 -1
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/is_successful.yml +24 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_platform.yml +24 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about/knows_the_version.yml +24 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_before_option.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/accepts_since_option.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_combined_counts.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_About/_get_about_user_count/tracks_per_tenantcounts.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/is_successful.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_get_app_configuration/returns_settings_and_values.yml +10 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/fails_when_settings_are_invalid.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/is_successful.yml +7 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Configuration/_post_app_configuration/persists_the_settings.yml +34 -34
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_delete_course/works.yml +19 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/is_successful.yml +24 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_detail/results/sucessfully_creates_the_Course_attributes.yml +24 -16
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_course_preview/results/returns_a_URL_string_containing_a_signed_jwt.yml +46 -0
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/fetches_a_single_course_but_perhaps_multiple_versions.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_course_id_option/returns_404_when_ID_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_all_the_courses.yml +109 -44
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +32 -24
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/fails_when_passed_an_invalid_value.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/_since_option/works.yml +39 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/is_successful.yml +32 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/is_an_enumerator_of_Course_models.yml +32 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses/_get_courses/results/sucessfully_creates_the_Course_attributes.yml +32 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration/results/makes_settings_available_as_key/value_pairs.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_course_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/is_successful.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_get_course_configuration_setting/results/returns_the_value_as_a_string.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/fails_when_settings_are_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/is_successful.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_post_course_configuration/persists_the_settings.yml +88 -48
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_course_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/is_successful.yml +44 -22
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Configuration/_put_course_configuration_setting/results/persists_the_changes.yml +66 -34
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/successful_imports/works.yml +102 -95
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_get_course_import/unsuccessful_imports/fails_to_import_given_an_invalid_url.yml +100 -278
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Courses_Import/_post_course_import/unsuccessful_imports/fails_to_import_a_previously_existing_course.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/returns_success_even_when_id_is_invalid.yml +19 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/works.yml +19 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/fails_when_id_is_invalid.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/is_successful.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination/results/sucessfully_creates_the_destination_attributes.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/fails_when_invalid.yml +22 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destination_dispatches_registration_count/works.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_all_the_destinations.yml +48 -31
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/fails_when_passed_an_invalid_value.yml +22 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/_since_option/works.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/is_an_enumerator_of_Destination_models.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_get_destinations/results/sucessfully_creates_the_Destination_attributes.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful.yml +40 -18
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination/is_successful_even_if_the_destination_id_is_not_unique.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/fails_when_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_false.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_enabled/works_when_true.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/fails_when_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_false.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_post_destination_dispatches_registration_instancing/works_when_true.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/is_successful.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/results/sucessfully_creates_the_destination_attributes.yml +43 -23
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/returns_success_even_when_id_is_invalid.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch/works.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/is_successful.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_delete_dispatch_registration_count/succeeds_even_when_id_is_invalid.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/fails_when_id_is_invalid.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/is_successful.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_false_when_disabled.yml +39 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_enabled/is_true_when_enabled.yml +39 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/fails_when_id_is_invalid.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/is_successful.yml +42 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/results/sucessfully_creates_the_dispatch_attributes.yml +42 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_id.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/fails_given_an_invalid_type.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_AICC.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM12.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_zip/works_when_type_is_SCORM2004-3RD.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_all_the_dispatches.yml +47 -27
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_more_option_pagination_/returns_the_more_key_in_the_raw_response.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/fails_when_passed_an_invalid_value.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/_since_option/works.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/is_successful.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/is_an_enumerator_of_dispatch_models.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatches/results/sucessfully_creates_the_dispatch_attributes.yml +21 -44
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/is_successful.yml +38 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_post_dispatch/updates_if_same_dispatch_id.yml +65 -33
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/is_successful.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch/results/sucessfully_creates_the_dispatch_attributes.yml +42 -20
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/fails_when_invalid.yml +22 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_false.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_put_dispatch_enabled/works_when_true.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/reports_the_api_is_up.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/is_unsuccessful.yml +25 -17
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Ping/_get_ping/with_invalid_password/returns_status_403.yml +25 -17
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_failure_when_registration_does_not_exist.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_delete_registration/is_successful_when_registration_exists.yml +19 -7
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_false_when_registration_does_not_exist.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_exists/is_true_when_registration_exists.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/includes_results_we_expect.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/is_successful.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_instances/returns_an_array_of_registrations.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/fails_when_id_is_invalid.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/is_successful.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_launch_link/results/returns_a_URL_string.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/does_not_return_activity_details_by_default.yml +24 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/detail/returns_activity_details_if_requested.yml +24 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/fails_when_registration_does_not_exist.yml +23 -13
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registration_progress/returns_a_registration_when_it_exists.yml +24 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/excludes_results.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_course_id/includes_results.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/excludes_results.yml +22 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/filtering_by_learner_id/includes_results.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/includes_results_we_expect.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/is_successful.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_get_registrations/returns_an_array_of_registrations.yml +26 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_course_id_is_invalid.yml +22 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/fails_if_registration_id_already_exists.yml +20 -8
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful.yml +38 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations/_post_registration/is_successful_even_when_given_a_UTF8/slashed_username.yml +38 -14
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/fails_when_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/is_successful.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration/results/makes_settings_available_as_key/value_pairs.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/is_successful.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_get_registration_configuration_setting/results/returns_the_value_as_a_string.yml +41 -19
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/fails_when_settings_are_invalid.yml +24 -12
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/is_successful.yml +21 -9
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_post_registration_configuration/persists_the_settings.yml +88 -48
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_registration_id_is_invalid.yml +25 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/fails_when_setting_id_is_invalid.yml +20 -10
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/is_successful.yml +43 -21
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_Configuration/_put_registration_configuration_setting/results/persists_the_changes.yml +64 -32
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/fails_when_registration_does_not_exist.yml +23 -15
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/is_successful.yml +23 -31
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Registrations_LaunchHistory/_get_registration_launch_history/returns_an_array_of_registration_launch_histories.yml +23 -31
- data/spec/scorm_engine/api/endpoints/about_spec.rb +1 -1
- data/spec/scorm_engine/api/endpoints/courses/configuration_spec.rb +5 -5
- data/spec/scorm_engine/api/endpoints/courses_spec.rb +8 -7
- data/spec/scorm_engine/api/endpoints/destinations_spec.rb +2 -2
- data/spec/scorm_engine/api/endpoints/dispatches_spec.rb +1 -1
- data/spec/scorm_engine/api/endpoints/registrations/configuration_spec.rb +5 -5
- data/spec/scorm_engine/api/endpoints/registrations_spec.rb +2 -2
- data/spec/scorm_engine/api/endpoints/tenants/configuration_spec.rb +1 -1
- metadata +3 -4
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_delete_destination/raises_ArgumentError_when_destination_id_is_missing.yml +0 -32
- data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Dispatches/_get_dispatch_registration_count/when_dispatch_has_registrations/knows_it_s_registration_count.yml +0 -63
@@ -7,32 +7,44 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: oops
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 400
|
19
|
-
message:
|
19
|
+
message: Bad Request
|
20
20
|
headers:
|
21
21
|
content-type:
|
22
22
|
- text/plain
|
23
|
-
date:
|
24
|
-
- Mon, 20 Aug 2018 21:19:07 GMT
|
25
|
-
server:
|
26
|
-
- nginx
|
27
23
|
content-length:
|
28
|
-
- '
|
24
|
+
- '191'
|
29
25
|
connection:
|
30
|
-
-
|
26
|
+
- close
|
27
|
+
date:
|
28
|
+
- Fri, 25 Sep 2020 23:06:24 GMT
|
29
|
+
p3p:
|
30
|
+
- CP="NOI"
|
31
|
+
server:
|
32
|
+
- Apache
|
33
|
+
x-xss-protection:
|
34
|
+
- 1; mode=block
|
35
|
+
x-cache:
|
36
|
+
- Error from cloudfront
|
37
|
+
via:
|
38
|
+
- 1.1 3beac575dd806b6224c0825634a28bc8.cloudfront.net (CloudFront)
|
39
|
+
x-amz-cf-pop:
|
40
|
+
- SLC50-C1
|
41
|
+
x-amz-cf-id:
|
42
|
+
- nj1JE2rNritMzcptCiteiLuzdQ3nlz5qROX8Q_u9Cj-tk5OosqN78Q==
|
31
43
|
body:
|
32
44
|
encoding: UTF-8
|
33
45
|
string: |-
|
34
46
|
Unrecognized token 'oops': was expecting ('true', 'false' or 'null')
|
35
|
-
at [Source: org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream
|
47
|
+
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 9]
|
36
48
|
http_version:
|
37
|
-
recorded_at:
|
49
|
+
recorded_at: Fri, 25 Sep 2020 23:06:24 GMT
|
38
50
|
recorded_with: VCR 4.0.0
|
@@ -7,26 +7,38 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: 'false'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:06:24 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 b8444affadcd7ea54dc019ee69ff275f.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- dEGKNiB7pJ6UYXtnEmL1zh07tS8DS4wJs9HCOtqm2EWJR8FBJGDFgQ==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:06:24 GMT
|
32
44
|
recorded_with: VCR 4.0.0
|
@@ -7,26 +7,38 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: 'true'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:06:24 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 34d83bdced2ff151ec8c14c89b681519.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- GBfBWs1iFI9sG8mGS1RxpM5HutV70iLeR73oTsPh-i9xRvOlCdV1cA==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:06:24 GMT
|
32
44
|
recorded_with: VCR 4.0.0
|
@@ -7,32 +7,44 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: oops
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 400
|
19
|
-
message:
|
19
|
+
message: Bad Request
|
20
20
|
headers:
|
21
21
|
content-type:
|
22
22
|
- text/plain
|
23
|
-
date:
|
24
|
-
- Mon, 20 Aug 2018 21:19:05 GMT
|
25
|
-
server:
|
26
|
-
- nginx
|
27
23
|
content-length:
|
28
|
-
- '
|
24
|
+
- '191'
|
29
25
|
connection:
|
30
|
-
-
|
26
|
+
- close
|
27
|
+
date:
|
28
|
+
- Fri, 25 Sep 2020 23:06:35 GMT
|
29
|
+
p3p:
|
30
|
+
- CP="NOI"
|
31
|
+
server:
|
32
|
+
- Apache
|
33
|
+
x-xss-protection:
|
34
|
+
- 1; mode=block
|
35
|
+
x-cache:
|
36
|
+
- Error from cloudfront
|
37
|
+
via:
|
38
|
+
- 1.1 34d83bdced2ff151ec8c14c89b681519.cloudfront.net (CloudFront)
|
39
|
+
x-amz-cf-pop:
|
40
|
+
- SLC50-C1
|
41
|
+
x-amz-cf-id:
|
42
|
+
- pgmgIEBDEc3IXAk_ukW-1NqdHXJrHrnF7gW-Z3q-IU60XKoQLDJlgw==
|
31
43
|
body:
|
32
44
|
encoding: UTF-8
|
33
45
|
string: |-
|
34
46
|
Unrecognized token 'oops': was expecting ('true', 'false' or 'null')
|
35
|
-
at [Source: org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream
|
47
|
+
at [Source: (org.glassfish.jersey.message.internal.ReaderInterceptorExecutor$UnCloseableInputStream); line: 1, column: 9]
|
36
48
|
http_version:
|
37
|
-
recorded_at:
|
49
|
+
recorded_at: Fri, 25 Sep 2020 23:06:35 GMT
|
38
50
|
recorded_with: VCR 4.0.0
|
@@ -7,26 +7,38 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: 'false'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:06:35 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 a51cc6644cb69546ec2778155f5f6288.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- GiGSkCfh6eXh0FhS9gqqnLYDxcovRZkr_5IsPsSNMwzxesKWwToWnA==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:06:35 GMT
|
32
44
|
recorded_with: VCR 4.0.0
|
@@ -7,26 +7,38 @@ http_interactions:
|
|
7
7
|
encoding: US-ASCII
|
8
8
|
string: 'true'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:06:35 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 93602184543f38c8cb58276d2ff471a9.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- JtrvqfWPHx-10lcge7o3vVZsebzCbFDrwiiDF2bBCDHL9KGQLkBt3Q==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:06:35 GMT
|
32
44
|
recorded_with: VCR 4.0.0
|
data/spec/fixtures/vcr/ScormEngine_Api_Endpoints_Destinations/_put_destination/is_successful.yml
CHANGED
@@ -7,26 +7,38 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Golf & Country Club"}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:06:33 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 9b5dfa5054d4b87503050003e7571c65.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- pazau0E-IoQ2dZ2FDr7JiDFTgrBVXAnWp1YX-ZFN35hzvirPqFB50A==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:06:33 GMT
|
32
44
|
recorded_with: VCR 4.0.0
|
@@ -7,28 +7,40 @@ http_interactions:
|
|
7
7
|
encoding: UTF-8
|
8
8
|
string: '{"name":"Golf & Country Club"}'
|
9
9
|
headers:
|
10
|
-
Content-Type:
|
11
|
-
- application/json
|
12
10
|
User-Agent:
|
13
|
-
- ScormEngine Ruby Gem 0.
|
11
|
+
- ScormEngine Ruby Gem 0.8.1
|
14
12
|
Authorization:
|
15
13
|
- Basic <BASIC_AUTH>
|
14
|
+
Content-Type:
|
15
|
+
- application/json
|
16
16
|
response:
|
17
17
|
status:
|
18
18
|
code: 204
|
19
|
-
message:
|
19
|
+
message: No Content
|
20
20
|
headers:
|
21
|
+
connection:
|
22
|
+
- close
|
21
23
|
date:
|
22
|
-
-
|
24
|
+
- Fri, 25 Sep 2020 23:06:33 GMT
|
25
|
+
p3p:
|
26
|
+
- CP="NOI"
|
23
27
|
server:
|
24
|
-
-
|
25
|
-
|
26
|
-
-
|
28
|
+
- Apache
|
29
|
+
x-xss-protection:
|
30
|
+
- 1; mode=block
|
31
|
+
x-cache:
|
32
|
+
- Miss from cloudfront
|
33
|
+
via:
|
34
|
+
- 1.1 ed42e29cddf5cc10b8ba8ca7b99004ce.cloudfront.net (CloudFront)
|
35
|
+
x-amz-cf-pop:
|
36
|
+
- SLC50-C1
|
37
|
+
x-amz-cf-id:
|
38
|
+
- ElSS4Q1aZxf1Fdm02DZlc4lwZgpqUGBj-UVPxA5ElydmcACkIu0wFA==
|
27
39
|
body:
|
28
40
|
encoding: UTF-8
|
29
41
|
string: ''
|
30
42
|
http_version:
|
31
|
-
recorded_at:
|
43
|
+
recorded_at: Fri, 25 Sep 2020 23:06:33 GMT
|
32
44
|
- request:
|
33
45
|
method: get
|
34
46
|
uri: https://<SCORM_ENGINE_HOST>/ScormEngineInterface/api/v1/ScormEngineGemTesting-default/destinations/testing-golf-club
|
@@ -36,32 +48,40 @@ http_interactions:
|
|
36
48
|
encoding: US-ASCII
|
37
49
|
string: ''
|
38
50
|
headers:
|
39
|
-
Content-Type:
|
40
|
-
- application/json
|
41
51
|
User-Agent:
|
42
|
-
- ScormEngine Ruby Gem 0.
|
52
|
+
- ScormEngine Ruby Gem 0.8.1
|
43
53
|
Authorization:
|
44
54
|
- Basic <BASIC_AUTH>
|
45
55
|
response:
|
46
56
|
status:
|
47
57
|
code: 200
|
48
|
-
message:
|
58
|
+
message: OK
|
49
59
|
headers:
|
50
60
|
content-type:
|
51
61
|
- application/json
|
52
|
-
date:
|
53
|
-
- Mon, 20 Aug 2018 21:19:36 GMT
|
54
|
-
server:
|
55
|
-
- nginx
|
56
|
-
vary:
|
57
|
-
- Accept-Encoding
|
58
62
|
content-length:
|
59
|
-
- '
|
63
|
+
- '30'
|
60
64
|
connection:
|
61
|
-
-
|
65
|
+
- close
|
66
|
+
date:
|
67
|
+
- Fri, 25 Sep 2020 23:06:33 GMT
|
68
|
+
p3p:
|
69
|
+
- CP="NOI"
|
70
|
+
server:
|
71
|
+
- Apache
|
72
|
+
x-xss-protection:
|
73
|
+
- 1; mode=block
|
74
|
+
x-cache:
|
75
|
+
- Miss from cloudfront
|
76
|
+
via:
|
77
|
+
- 1.1 93602184543f38c8cb58276d2ff471a9.cloudfront.net (CloudFront)
|
78
|
+
x-amz-cf-pop:
|
79
|
+
- SLC50-C1
|
80
|
+
x-amz-cf-id:
|
81
|
+
- Di0M1uqF-LWZz1Q8kumt52QoUhJuqlYKXZE4xCAIx0-GzTMFwrQ4xw==
|
62
82
|
body:
|
63
|
-
encoding:
|
83
|
+
encoding: UTF-8
|
64
84
|
string: '{"name":"Golf & Country Club"}'
|
65
85
|
http_version:
|
66
|
-
recorded_at:
|
86
|
+
recorded_at: Fri, 25 Sep 2020 23:06:34 GMT
|
67
87
|
recorded_with: VCR 4.0.0
|