Fix missing dependency

This commit is contained in:
Jeremy Kemper 2009-11-09 16:57:10 -08:00
parent 0ac88af998
commit eeac054d59

@ -5,6 +5,7 @@
require 'active_support/core_ext/string'
require 'active_support/core_ext/time'
require 'active_support/core_ext/kernel/reporting'
class StringInflectionsTest < Test::Unit::TestCase
include InflectorTestCases