spec/node.js in jspec-4.0.0 vs spec/node.js in jspec-4.1.0
- old
+ new
@@ -1,12 +1,14 @@
require.paths.unshift('./lib', './spec');
require("jspec")
+require("jspec.nodejs")
require("unit/helpers")
JSpec
.exec('spec/unit/spec.js')
+.exec('spec/unit/spec.node.js')
.exec('spec/unit/spec.utils.js')
.exec('spec/unit/spec.modules.js')
.exec('spec/unit/spec.matchers.js')
.exec('spec/unit/spec.shared-behaviors.js')
.exec('spec/unit/spec.grammar.js')
\ No newline at end of file