summaryrefslogtreecommitdiffstats
path: root/spec/lib/email.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/email.spec.js')
-rw-r--r--spec/lib/email.spec.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/lib/email.spec.js b/spec/lib/email.spec.js
new file mode 100644
index 0000000..4f23001
--- /dev/null
+++ b/spec/lib/email.spec.js
@@ -0,0 +1,5 @@
+describe('Email', function () {
+ it('should default to an empty string', function () {
+
+ });
+});