aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/etag_test.rb
diff options
context:
space:
mode:
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