summaryrefslogtreecommitdiffstats
path: root/test/plugin.js
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-04-24 01:34:35 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-04-24 01:34:35 -0700
commit7c404dbf96b9ef0a6c3a0ce84841c61c79779591 (patch)
treeff3c0cdcdcbe0ddaf5b5b4f668e03ba5935c8efd /test/plugin.js
parentc4a67b6f2f5acff0218c737ef6061e79e1c1e4c6 (diff)
downloadgitbook-7c404dbf96b9ef0a6c3a0ce84841c61c79779591.zip
gitbook-7c404dbf96b9ef0a6c3a0ce84841c61c79779591.tar.gz
gitbook-7c404dbf96b9ef0a6c3a0ce84841c61c79779591.tar.bz2
Fix plugin tests
Diffstat (limited to 'test/plugin.js')
-rw-r--r--test/plugin.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/plugin.js b/test/plugin.js
index 518ea3c..6d09d8a 100644
--- a/test/plugin.js
+++ b/test/plugin.js
@@ -5,7 +5,7 @@ var assert = require('assert');
var Plugin = require('../').generate.Plugin;
describe('Plugin validation', function () {
- var plugin = new Plugin("gitbook-plugin");
+ var plugin = new Plugin("plugin");
it('should be valid', function() {
assert(plugin.isValid());
@@ -41,7 +41,7 @@ describe('Plugin defaults loading', function () {
})
.fin(done);
});
-
+
it('should load defaults addons', function() {
assert(ret != null);