aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators/shared_generator_tests.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-07 00:11:13 +0200
committerXavier Noria <fxn@hashref.com>2011-05-07 00:11:50 +0200
commitfa8623b52ef136d9479fe4f9cc61256228d590e0 (patch)
tree64ed07d6b9475f36f5e51ce392acc71173fc7c16 /railties/test/generators/shared_generator_tests.rb
parent8bbf47ad5f7092eb5c0b2f8eb7a60b03047fdfce (diff)
downloadrails-fa8623b52ef136d9479fe4f9cc61256228d590e0.tar.gz
rails-fa8623b52ef136d9479fe4f9cc61256228d590e0.tar.bz2
rails-fa8623b52ef136d9479fe4f9cc61256228d590e0.zip
adds comments clarifying the role of SharedGeneratorTests
Diffstat (limited to 'railties/test/generators/shared_generator_tests.rb')
-rw-r--r--railties/test/generators/shared_generator_tests.rb3
1 files changed, 3 insertions, 0 deletions
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