From 286c1ca1530cd1bc019b4abfec220188293d69de Mon Sep 17 00:00:00 2001 From: Balint Erdi Date: Wed, 4 Feb 2009 23:52:56 +0100 Subject: [PATCH] bugfix: generated plugin's 'rake test' task now actually runs the plugin's tests Signed-off-by: Balint Erdi --- .../components/plugin/templates/test_helper.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/railties/lib/rails_generator/generators/components/plugin/templates/test_helper.rb b/railties/lib/rails_generator/generators/components/plugin/templates/test_helper.rb index cf148b8..48f7743 100644 --- a/railties/lib/rails_generator/generators/components/plugin/templates/test_helper.rb +++ b/railties/lib/rails_generator/generators/components/plugin/templates/test_helper.rb @@ -1,3 +1,4 @@ +require 'test/unit' require 'rubygems' require 'active_support' require 'active_support/test_case' \ No newline at end of file -- 1.5.5