aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators_test.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-07-25 22:08:34 +0200
committerXavier Noria <fxn@hashref.com>2010-07-25 22:55:38 +0200
commit92669b8320a45e3f0497bfb83c0c8e55d515be0c (patch)
tree67aac01d249af4f83cc0b5aa090a477f41e8eb43 /railties/test/generators_test.rb
parent331df84cc943e08459463d322ca2510490c73b7e (diff)
downloadrails-92669b8320a45e3f0497bfb83c0c8e55d515be0c.tar.gz
rails-92669b8320a45e3f0497bfb83c0c8e55d515be0c.tar.bz2
rails-92669b8320a45e3f0497bfb83c0c8e55d515be0c.zip
application generation: --skip-testunit and --skip-activerecord renamed to --skip-test-unit and --skip-active-record respectively
Reason is their proper spellings are "Test::Unit" and "Active Record". Option names and descriptions have been revised, as well as some method names and minor details here and there.
Diffstat (limited to 'railties/test/generators_test.rb')
-rw-r--r--railties/test/generators_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/generators_test.rb b/railties/test/generators_test.rb
index 74a09d4bde..f93800a5ae 100644
--- a/railties/test/generators_test.rb
+++ b/railties/test/generators_test.rb
@@ -108,7 +108,7 @@ class GeneratorsTest < Rails::Generators::TestCase
assert_match /^ fixjour$/, output
end
- def test_rails_generators_does_not_show_activerecord_hooks
+ def test_rails_generators_does_not_show_active_record_hooks
output = capture(:stdout){ Rails::Generators.help }
assert_match /ActiveRecord:/, output
assert_match /^ active_record:fixjour$/, output