diff --git a/dist/json-gcs.js b/dist/json-gcs.js index 524a203..dbd4747 100644 --- a/dist/json-gcs.js +++ b/dist/json-gcs.js @@ -1 +1 @@ -define("ensure",[],function(){return function(n,t){for(var e={},r=0;r JsonGCS = require('json-gcs') - describe 'JsonGCS', -> + describe 'JsonGCS.Storage', -> mocks = {} instance = null @@ -12,7 +12,7 @@ define (require) -> } mocks.http = {} - instance = JsonGCS( + instance = JsonGCS.Storage( http: mocks.http authenticator: mocks.authenticator bucketName: 'my-bucket'