On Mon, Nov 17, 2008 at 1:26 PM, Matt Jones <[EMAIL PROTECTED]> wrote: > Found it - in activesupport/lib/active_support/test_case.rb, test/unit > needs to be required, > or the tests don't get run. Add "require 'test/unit'" after "rescue > LoadError".
It's required in railties' test_help. Otherwise, requiring 'active_support/test_case' will tests even if you didn't mean to. jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
