issue with running tests and loading active_support from Rails gems instead of edge copy

Is anyone else seeing this issue when running the test suite against edge?

http://rails.lighthouseapp.com/projects/8994/tickets/983-cant-run-actionpack-tests-directly-due-to-errant-require

I applied the patch that David supplied and it fixes the issue, so I'm assuming that other folks must be seeing it. It appears that the active_support gem gets loaded, instead of the edge copy involved in the test run.

We are also seeing it with action mailer tests, which I opened a new ticket for:

http://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/1052-failure-in-actionmailer-tests-due-to-load-issue

thanks, Rob

Is anyone else seeing this issue when running the test suite against edge?

#983 can't run actionpack tests directly due to errant require - Ruby on Rails - rails

I applied the patch that David supplied and it fixes the issue, so I'm assuming that other folks must be seeing it. It appears that the active_support gem gets loaded, instead of the edge copy involved in the test run.

We are also seeing it with action mailer tests, which I opened a new ticket for:

#1052 failure in ActionMailer tests due to load issue - Ruby on Rails - rails

Works for me too, so I'm not sure what's up. Does it happen before:

Could you git-bisect and track it down?