|
1 | | -# Ably Realtime & REST Client Library 1.2.7 Specification |
| 1 | +# Ably Realtime & REST Client Library 1.2.8 Specification |
2 | 2 |
|
3 | 3 | ### Ably::Realtime::Auth |
4 | 4 | _(see [spec/acceptance/realtime/auth_spec.rb](./spec/acceptance/realtime/auth_spec.rb))_ |
@@ -646,7 +646,7 @@ _(see [spec/acceptance/realtime/connection_failures_spec.rb](./spec/acceptance/r |
646 | 646 | * authentication failure |
647 | 647 | * when API key is invalid |
648 | 648 | * with invalid app part of the key |
649 | | - * [enters the failed state and returns a not found error](./spec/acceptance/realtime/connection_failures_spec.rb#L29) |
| 649 | + * [enters the failed state and returns an invalid credentials error](./spec/acceptance/realtime/connection_failures_spec.rb#L29) |
650 | 650 | * with invalid key name part of the key |
651 | 651 | * [enters the failed state and returns an authorization error](./spec/acceptance/realtime/connection_failures_spec.rb#L44) |
652 | 652 | * with auth_url |
@@ -2323,16 +2323,16 @@ _(see [spec/acceptance/rest/base_spec.rb](./spec/acceptance/rest/base_spec.rb))_ |
2323 | 2323 | * using JSON protocol |
2324 | 2324 | * failed requests |
2325 | 2325 | * due to invalid Auth |
2326 | | - * [should raise an InvalidRequest exception with a valid error message and code](./spec/acceptance/rest/base_spec.rb#L75) |
| 2326 | + * [should raise an UnauthorizedRequest exception with a valid error message and code](./spec/acceptance/rest/base_spec.rb#L75) |
2327 | 2327 | * server error with JSON error response body |
2328 | | - * [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L96) |
| 2328 | + * [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L95) |
2329 | 2329 | * 500 server error without a valid JSON response body |
2330 | | - * [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L109) |
| 2330 | + * [should raise a ServerError exception](./spec/acceptance/rest/base_spec.rb#L108) |
2331 | 2331 | * token authentication failures |
2332 | 2332 | * when auth#token_renewable? |
2333 | | - * [should automatically reissue a token](./spec/acceptance/rest/base_spec.rb#L147) |
| 2333 | + * [should automatically reissue a token](./spec/acceptance/rest/base_spec.rb#L146) |
2334 | 2334 | * when NOT auth#token_renewable? |
2335 | | - * [should raise an TokenExpired exception](./spec/acceptance/rest/base_spec.rb#L162) |
| 2335 | + * [should raise an TokenExpired exception](./spec/acceptance/rest/base_spec.rb#L161) |
2336 | 2336 |
|
2337 | 2337 | ### Ably::Rest::Channel |
2338 | 2338 | _(see [spec/acceptance/rest/channel_spec.rb](./spec/acceptance/rest/channel_spec.rb))_ |
@@ -3100,7 +3100,7 @@ _(see [spec/acceptance/rest/presence_spec.rb](./spec/acceptance/rest/presence_sp |
3100 | 3100 | * default :limit |
3101 | 3101 | * [defaults to a limit of 100](./spec/acceptance/rest/presence_spec.rb#L86) |
3102 | 3102 | * with :client_id option |
3103 | | - * FAILED: ~~[returns a list members filtered by the provided client ID](./spec/acceptance/rest/presence_spec.rb#L95)~~ |
| 3103 | + * [returns a list members filtered by the provided client ID](./spec/acceptance/rest/presence_spec.rb#L95) |
3104 | 3104 | * with :connection_id option |
3105 | 3105 | * [returns a list members filtered by the provided connection ID](./spec/acceptance/rest/presence_spec.rb#L106) |
3106 | 3106 | * [returns a list members filtered by the provided connection ID](./spec/acceptance/rest/presence_spec.rb#L110) |
@@ -5075,6 +5075,6 @@ _(see [spec/unit/util/pub_sub_spec.rb](./spec/unit/util/pub_sub_spec.rb))_ |
5075 | 5075 |
|
5076 | 5076 | ## Test summary |
5077 | 5077 |
|
5078 | | - * Passing tests: 2494 |
| 5078 | + * Passing tests: 2495 |
5079 | 5079 | * Pending tests: 5 |
5080 | | - * Failing tests: 1 |
| 5080 | + * Failing tests: 0 |
0 commit comments