activesupport -> active_support

This commit is contained in:
Jeremy Kemper
2009-09-12 02:47:25 -07:00
parent f959758687
commit 091486fb98

View File

@@ -1,5 +1,4 @@
require 'rubygems'
require 'activesupport'
require 'active_support'
require 'test/unit'
class FlashCacheOnPrivateMemoizationTest < Test::Unit::TestCase
@@ -41,4 +40,4 @@ class FlashCacheOnPrivateMemoizationTest < Test::Unit::TestCase
end
end
end
end