From fa8623b52ef136d9479fe4f9cc61256228d590e0 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 7 May 2011 00:11:13 +0200 Subject: adds comments clarifying the role of SharedGeneratorTests --- railties/test/generators/shared_generator_tests.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'railties/test/generators/shared_generator_tests.rb') diff --git a/railties/test/generators/shared_generator_tests.rb b/railties/test/generators/shared_generator_tests.rb index c9c5d2fad2..03fd64ca38 100644 --- a/railties/test/generators/shared_generator_tests.rb +++ b/railties/test/generators/shared_generator_tests.rb @@ -1,3 +1,6 @@ +# +# Tests, setup, and teardown common to the application and plugin generator suites. +# module SharedGeneratorTests def setup Rails.application = TestApp::Application -- cgit v1.2.3