Require files before monkey patching them.

This commit is contained in:
José Valim
2010-03-23 16:28:17 +01:00
parent 76e45ecb12
commit 28a6be456a
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
require 'active_support/test_case'
class ActiveSupport::TestCase
VALID_AUTHENTICATION_TOKEN = 'AbCdEfGhIjKlMnOpQrSt'.freeze