aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/base_test.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-04-29 12:19:17 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-01 17:31:01 -0700
commit4f68311685831b940936130203c240fa23525c84 (patch)
tree5fc1192c04bdef4b198a92c511f2a7a5d0e09bc3 /actionpack/test/new_base/base_test.rb
parent1b459916039259383808625d1758a8bc4a4516d9 (diff)
downloadrails-4f68311685831b940936130203c240fa23525c84.tar.gz
rails-4f68311685831b940936130203c240fa23525c84.tar.bz2
rails-4f68311685831b940936130203c240fa23525c84.zip
Finished implementing render :text in Base2
Diffstat (limited to 'actionpack/test/new_base/base_test.rb')
-rw-r--r--actionpack/test/new_base/base_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/new_base/base_test.rb b/actionpack/test/new_base/base_test.rb
index 95fdfd6b56..27d1a7f026 100644
--- a/actionpack/test/new_base/base_test.rb
+++ b/actionpack/test/new_base/base_test.rb
@@ -84,6 +84,6 @@ module Dispatching
def test_controller_name
assert_equal 'empty', EmptyController.controller_name
assert_equal 'contained_empty', Submodule::ContainedEmptyController.controller_name
- end
+ end
end
end \ No newline at end of file