test_helper.coffee 219 B

1234567891011
  1. ###
  2. global helper for chai.should()
  3. ###
  4. chai = require 'chai'
  5. GLOBAL.should = chai.should()
  6. GLOBAL.expect = chai.expect # to work with 'undefined' - should cant it
  7. ###
  8. addon for lib_path
  9. ###
  10. GLOBAL.lib_path = '../lib/'