From 7f01a163e50f417377f0dea1dfdd4374a31256ea Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Mon, 13 Oct 2014 16:52:23 -0400 Subject: [PATCH] :lipstick: --- spec/module-cache-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/module-cache-spec.coffee b/spec/module-cache-spec.coffee index b36c80afc..1315404a1 100644 --- a/spec/module-cache-spec.coffee +++ b/spec/module-cache-spec.coffee @@ -46,7 +46,7 @@ describe 'ModuleCache', -> indexPath = path.join(packagePath, 'index.js') fs.writeFileSync indexPath, """ - exports.load = function() {require('underscore-plus');}; + exports.load = function() { require('underscore-plus'); }; """ packageMain = require(indexPath)