aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-03-21 03:05:44 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-03-21 04:35:16 -0700
commita970e32c91848a720825302eebae4d4ca7f290fa (patch)
tree6bce8aa13e47b710003031f02ee26ee86ced6937 /activesupport/test/core_ext
parentdd15a3fee0ded53cf91c7796e3527db366d1327a (diff)
downloadrails-a970e32c91848a720825302eebae4d4ca7f290fa.tar.gz
rails-a970e32c91848a720825302eebae4d4ca7f290fa.tar.bz2
rails-a970e32c91848a720825302eebae4d4ca7f290fa.zip
Only require builder at startup if we need to monkey with its String#to_xs demands
Diffstat (limited to 'activesupport/test/core_ext')
-rw-r--r--activesupport/test/core_ext/hash_ext_test.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/test/core_ext/hash_ext_test.rb b/activesupport/test/core_ext/hash_ext_test.rb
index 0edac72fe7..d905b3d3bc 100644
--- a/activesupport/test/core_ext/hash_ext_test.rb
+++ b/activesupport/test/core_ext/hash_ext_test.rb
@@ -1,5 +1,4 @@
require 'abstract_unit'
-require 'builder'
class HashExtTest < Test::Unit::TestCase
def setup