it("fails gracefully on unpublished spreadsheets", function(done) {
        GoogleSpreadsheets({
            key: "1Y9_ldGHQt6SWXsu18BlAWQKYu_axFfowlqhJ97SxEHQ"
        }, function(err) {
            err.message.should.equal("No access to that spreadsheet, check your auth.");