Add test coverage for GPM and Spotify

This commit is contained in:
Jonathan Cremin 2014-12-01 13:54:20 +00:00
parent 2e302d7f8c
commit 39a22f65d9
2 changed files with 82 additions and 1 deletions

View file

@ -1,7 +1,7 @@
var parse = require('url').parse;
if (!process.env.RDIO_API_KEY || !process.env.RDIO_API_SHARED) {
throw new Error("You need to set GOOGLE_EMAIL and GOOGLE_PASSWORD environment variables");
throw new Error("You need to set RDIO_API_KEY and RDIO_API_SHARED environment variables");
}