fix for TextMate Ruby tests broken with stack level too deep
If you experience problems running single unit tests in TextMate with Rails 2, it may be due to a bug. The problem has something to due with conflicting builder.rb instances in Rails and TextMate. The simplest and least intrusive fix is to add this to the top of your test_helper.rb
$LOAD_PATH.reject! { |e| e.include? 'TextMate' }










No Comments Yet