Skip to content

Commit

Permalink
Add refs to spec items
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyboy committed Jun 6, 2018
1 parent f87a0cb commit 5f48bf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions spec/realtime/auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ define(['ably', 'shared_helper', 'async'], function(Ably, helper, async) {
});
};

/*
/* RSA8c
* Request a token with publish capabilities and verify that posting
* to a channel succeeds.
*/
Expand Down Expand Up @@ -964,7 +964,7 @@ define(['ably', 'shared_helper', 'async'], function(Ably, helper, async) {
});
};

/*
/* RTC8a4
* Request a JWT token that is about to be renewed, check that the client reauths
* without going through a disconnected state.
*/
Expand Down
6 changes: 3 additions & 3 deletions spec/rest/auth.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ define(['ably', 'shared_helper', 'async'], function(Ably, helper, async) {
});
}

/*
/* RSC1, RSC1a, RSC1c, RSA4f, RSA8c, RSA3d
* Tests the different combinations of authParams declared above, with valid keys
*/

Expand Down Expand Up @@ -626,7 +626,7 @@ define(['ably', 'shared_helper', 'async'], function(Ably, helper, async) {
});
};

/*
/* RSA8g
* Tests JWT with authCallback
*/

Expand Down Expand Up @@ -661,7 +661,7 @@ define(['ably', 'shared_helper', 'async'], function(Ably, helper, async) {
});
};

/*
/* RSA8g
* Tests JWT with authCallback and invalid keys
*/

Expand Down

0 comments on commit 5f48bf9

Please sign in to comment.