File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -663,7 +663,9 @@ Bucket.prototype.disableRequesterPays = function(callback) {
663663 * </p>
664664 * </div>
665665 *
666- * Enable `requesterPays` functionality for this bucket.
666+ * Enable `requesterPays` functionality for this bucket. This enables you, the
667+ * bucket owner, to have the requesting user assume the charges for the access
668+ * to your bucket and its contents.
667669 *
668670 * @param {function= } callback - The callback function.
669671 * @param {?error } callback.err - An error returned while making this request.
Original file line number Diff line number Diff line change @@ -816,7 +816,6 @@ describe('Bucket', function() {
816816 describe ( 'exists' , function ( ) {
817817 it ( 'should call get' , function ( done ) {
818818 bucket . get = function ( ) {
819- assert . strictEqual ( ) ;
820819 done ( ) ;
821820 } ;
822821
You can’t perform that action at this time.
0 commit comments