aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/middleware_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/application/middleware_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/application/middleware_test.rb')
-rw-r--r--railties/test/application/middleware_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/application/middleware_test.rb b/railties/test/application/middleware_test.rb
index ed06b4c767..db9f06be5c 100644
--- a/railties/test/application/middleware_test.rb
+++ b/railties/test/application/middleware_test.rb
@@ -38,7 +38,7 @@ module ApplicationTests
], middleware
end
- test "removing activerecord omits its middleware" do
+ test "removing Active Record omits its middleware" do
use_frameworks []
boot!
assert !middleware.include?("ActiveRecord::ConnectionAdapters::ConnectionManagement")