visionmedia / expresso

use mocha
http://visionmedia.github.com/expresso
759 stars 89 forks source link

Problem when running with gently #135

Open vohtaski opened 13 years ago

vohtaski commented 13 years ago

The following test works when executed via node (issues an exception), but runs successfully (which is incorrect) with expresso. Any hint why ???

module.exports = {
  'test': function() {
    var gently = new (require('gently'));
    var fn = gently.expect(function fn() {});
    // fn();
  },
}
tj commented 13 years ago

i have no clue, i dont know what gently does internally