summaryrefslogtreecommitdiff
path: root/test/specs/basicAuth.spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/specs/basicAuth.spec.js')
-rw-r--r--test/specs/basicAuth.spec.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/specs/basicAuth.spec.js b/test/specs/basicAuth.spec.js
new file mode 100644
index 0000000..8c10117
--- /dev/null
+++ b/test/specs/basicAuth.spec.js
@@ -0,0 +1,3 @@
+describe('basicAuth', function () {
+ setupBasicAuthTest();
+});