requiring helpers module in test_bind.coffee

This commit is contained in:
Jeremy Ashkenas
2010-04-21 19:52:58 -04:00
parent fb4d4a609b
commit bf2a5386f9

View File

@@ -1,3 +1,5 @@
helpers: require('../lib/helpers').helpers
f: (x,y,z) ->
x * y * z * ((@num or 4) + 5)