aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/etag_test.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-20 17:22:29 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-05-20 17:22:29 -0700
commitc8eda9ade49700abce104de1ce7e8e1a754fc97e (patch)
tree03d20be229bf87eb5e854a3bea2e68068de4aac0 /actionpack/test/new_base/etag_test.rb
parentc4a6109286909c394e8c5bfc471a1eb9de245d2b (diff)
downloadrails-c8eda9ade49700abce104de1ce7e8e1a754fc97e.tar.gz
rails-c8eda9ade49700abce104de1ce7e8e1a754fc97e.tar.bz2
rails-c8eda9ade49700abce104de1ce7e8e1a754fc97e.zip
Fixed new_base tests on ruby 1.9
Diffstat (limited to 'actionpack/test/new_base/etag_test.rb')
-rw-r--r--actionpack/test/new_base/etag_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/new_base/etag_test.rb b/actionpack/test/new_base/etag_test.rb
index c77636bb64..a40d3c936a 100644
--- a/actionpack/test/new_base/etag_test.rb
+++ b/actionpack/test/new_base/etag_test.rb
@@ -12,7 +12,7 @@ module Etags
end
def with_layout
- render :action => "base", :layout => "etag"
+ render :action => "base", :layout => "etags"
end
end