Skip to content

Commit

Permalink
import testUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
mouyang committed Feb 7, 2014
1 parent 6b1b3ba commit bde96fe
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/jasmine-test/server/specRunner.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ var jasmine = require('jasmine-node'),
//This should be declared global in order to access them in the spec
dust = require('dustjs-linkedin');
//Add the tapper helper to test the Tap helper.
dust.helpers.tapper = function(chunk, context, bodies, params) {
var result = dust.helpers.tap(params.value,chunk,context);
chunk.write(result);
return chunk;
};
testUtils = require("../../../test/testUtils");
dust.helpers = require("../../../lib/dust-helpers").helpers;
helpersTests = require('../spec/helpersTests');

Expand Down

0 comments on commit bde96fe

Please sign in to comment.