From 909b2c1acf2eb18b7a75a8cb8af0154fc948fb01 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 21 Dec 2007 11:21:20 +0000 Subject: 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 --- activesupport/Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport/Rakefile') 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 -- cgit v1.2.3