summaryrefslogtreecommitdiffstats
path: root/test/test_helper.js
diff options
context:
space:
mode:
authorDavid Tomberlin <david.tomberlin@sendgrid.com>2012-01-12 12:14:51 -0800
committerDavid Tomberlin <david.tomberlin@sendgrid.com>2012-01-12 12:14:51 -0800
commite8314bb62bace94e5af2c51c61b7fb8071db80c4 (patch)
tree88c101504c526c4ace890181361067fac7c22b77 /test/test_helper.js
parent70fee2c8f8c1233a274743aaa456188a17d4d7e5 (diff)
parentc63d681bba3718ee535b2d2e339b36434a2f49f2 (diff)
downloadsendgrid-nodejs-e8314bb62bace94e5af2c51c61b7fb8071db80c4.zip
sendgrid-nodejs-e8314bb62bace94e5af2c51c61b7fb8071db80c4.tar.gz
sendgrid-nodejs-e8314bb62bace94e5af2c51c61b7fb8071db80c4.tar.bz2
Merge remote-tracking branch 'kyle/x-smtpapi' into x-smtpapi
Diffstat (limited to 'test/test_helper.js')
-rw-r--r--test/test_helper.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test_helper.js b/test/test_helper.js
new file mode 100644
index 0000000..befa4c7
--- /dev/null
+++ b/test/test_helper.js
@@ -0,0 +1,3 @@
+global._ = require('underscore');
+global.should = require('should');
+global.assert = require('assert');