diff --git a/spec/spec-helper.coffee b/spec/spec-helper.coffee index 685004146..01736d4af 100644 --- a/spec/spec-helper.coffee +++ b/spec/spec-helper.coffee @@ -200,8 +200,5 @@ $.fn.textInput = (data) -> event = jQuery.event.fix(event) $(this).trigger(event) -$.fn.simulateDomAttachment = -> - $('').append(this) - unless fs.md5ForPath(require.resolve('fixtures/sample.js')) == "dd38087d0d7e3e4802a6d3f9b9745f2b" throw "Sample.js is modified"