aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-11-24 11:05:07 -0800
committerJeremy Kemper <jeremy@bitsweat.net>2008-11-24 11:05:07 -0800
commite06c5bef7f73e05e6867343ec0bf3091b8eb0a92 (patch)
treeaa2915c5aa7fbca29d2f9354901b3758bc525e89 /activesupport/test/core_ext
parent1cbdd53bd383e7d1dc34cad50c22ff5a330bbf91 (diff)
downloadrails-e06c5bef7f73e05e6867343ec0bf3091b8eb0a92.tar.gz
rails-e06c5bef7f73e05e6867343ec0bf3091b8eb0a92.tar.bz2
rails-e06c5bef7f73e05e6867343ec0bf3091b8eb0a92.zip
Revert "Hack builder to look for fast_xs instead of insisting on its own String#to_xs"
This reverts commit 5d3712a81e502f46b2745d238d9bb76fcdb31f5b.
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 30cbba26b0..1e5cd25527 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