aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/abstract_unit.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-09-27 10:19:48 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-09-27 10:19:48 +0000
commitdb9b2f5c228289b3da82d231b985c910e12d969c (patch)
tree3e641afa1e6b505aa16c2560d66daddbf50b13c7 /activesupport/test/abstract_unit.rb
parent935f8215371d68f36950c709061e5876ecadaa89 (diff)
downloadrails-db9b2f5c228289b3da82d231b985c910e12d969c.tar.gz
rails-db9b2f5c228289b3da82d231b985c910e12d969c.tar.bz2
rails-db9b2f5c228289b3da82d231b985c910e12d969c.zip
Extract InflectorTestCases so both inflector and string inflections tests can use them.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7655 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/test/abstract_unit.rb')
-rw-r--r--activesupport/test/abstract_unit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/abstract_unit.rb b/activesupport/test/abstract_unit.rb
index 791efb549a..da157a81c8 100644
--- a/activesupport/test/abstract_unit.rb
+++ b/activesupport/test/abstract_unit.rb
@@ -1,6 +1,7 @@
require 'test/unit'
$:.unshift "#{File.dirname(__FILE__)}/../lib"
+$:.unshift File.dirname(__FILE__)
require 'active_support'
# Wrap tests that use Mocha and skip if unavailable.