aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2010-01-04 16:22:39 -0600
committerJoshua Peek <josh@joshpeek.com>2010-01-04 16:22:46 -0600
commit2601a16ede92566c651c06942294250ea653bd85 (patch)
tree807c19a8e983d8055a992ccf6032552f8105c7ff /railties/lib/rails/generators/test_unit
parentce56c36cd392d6ab0505f0dc4df04c3ad2c074f1 (diff)
downloadrails-2601a16ede92566c651c06942294250ea653bd85.tar.gz
rails-2601a16ede92566c651c06942294250ea653bd85.tar.bz2
rails-2601a16ede92566c651c06942294250ea653bd85.zip
Autoload AS test case
Diffstat (limited to 'railties/lib/rails/generators/test_unit')
-rw-r--r--railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb b/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
index 348ec33582..2ca36a1e44 100644
--- a/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
+++ b/railties/lib/rails/generators/test_unit/plugin/templates/test_helper.rb
@@ -1,5 +1,3 @@
require 'rubygems'
require 'test/unit'
require 'active_support'
-require 'active_support/test_case'
-