aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/new_base/test_helper.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-03-23 12:07:34 -0700
committerYehuda Katz <wycats@gmail.com>2009-03-23 12:07:34 -0700
commit34f058e082754bb726a4753fa26e8e8c082702c0 (patch)
treee6257c788360580559500b99c00bc2f49c8317c0 /actionpack/test/new_base/test_helper.rb
parent4a93148bfe0194acb7bcafd6c830d5b86372be6a (diff)
downloadrails-34f058e082754bb726a4753fa26e8e8c082702c0.tar.gz
rails-34f058e082754bb726a4753fa26e8e8c082702c0.tar.bz2
rails-34f058e082754bb726a4753fa26e8e8c082702c0.zip
Add a bunch of tests for various render :action, layout combinations
Diffstat (limited to 'actionpack/test/new_base/test_helper.rb')
-rw-r--r--actionpack/test/new_base/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/new_base/test_helper.rb b/actionpack/test/new_base/test_helper.rb
index 969ae56f05..bb4667007b 100644
--- a/actionpack/test/new_base/test_helper.rb
+++ b/actionpack/test/new_base/test_helper.rb
@@ -60,7 +60,7 @@ module ActionView #:nodoc:
@hash[k.sub(/\.\w+$/, '')] = FixtureTemplate.new(v, k.split("/").last, self)
end
- super("")
+ super("fixtures://root")
end
def find_template(path)