aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/Rakefile
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-21 11:21:20 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-21 11:21:20 +0000
commit909b2c1acf2eb18b7a75a8cb8af0154fc948fb01 (patch)
tree4b3eb730b591e1fb79f9bc5775939310b767898d /activesupport/Rakefile
parent2556e674035a416cb98a336d96e7a5ea3d496ab6 (diff)
downloadrails-909b2c1acf2eb18b7a75a8cb8af0154fc948fb01.tar.gz
rails-909b2c1acf2eb18b7a75a8cb8af0154fc948fb01.tar.bz2
rails-909b2c1acf2eb18b7a75a8cb8af0154fc948fb01.zip
Multibyte: String#chars uses passthrough handler for Ruby 1.9
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8459 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/Rakefile')
-rw-r--r--activesupport/Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/Rakefile b/activesupport/Rakefile
index fd8e596772..005792b987 100644
--- a/activesupport/Rakefile
+++ b/activesupport/Rakefile
@@ -16,6 +16,7 @@ RUBY_FORGE_USER = "webster132"
task :default => :test
Rake::TestTask.new { |t|
+ t.libs << "test"
t.pattern = 'test/**/*_test.rb'
t.verbose = true
t.warning = true