diff options
author | Yehuda Katz and Carl Lerche <wycats@gmail.com> | 2009-04-08 17:33:06 -0700 |
---|---|---|
committer | Yehuda Katz and Carl Lerche <wycats@gmail.com> | 2009-04-08 17:33:41 -0700 |
commit | 6c05b5e938ac48b69aec17c598fec447e38dde31 (patch) | |
tree | 2d1144857677293454ad29f10317674dd9f7e2c3 /actionpack/test/controller/cookie_test.rb | |
parent | 91402bdd31dbda4906d19e08d63112c749cc92f4 (diff) | |
download | rails-6c05b5e938ac48b69aec17c598fec447e38dde31.tar.gz rails-6c05b5e938ac48b69aec17c598fec447e38dde31.tar.bz2 rails-6c05b5e938ac48b69aec17c598fec447e38dde31.zip |
Temporarily modifies setup to call super directly. This can support more T::U runners.
Diffstat (limited to 'actionpack/test/controller/cookie_test.rb')
-rw-r--r-- | actionpack/test/controller/cookie_test.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/controller/cookie_test.rb b/actionpack/test/controller/cookie_test.rb index 9508348ca1..5a00de50ac 100644 --- a/actionpack/test/controller/cookie_test.rb +++ b/actionpack/test/controller/cookie_test.rb @@ -44,6 +44,7 @@ class CookieTest < ActionController::TestCase tests TestController def setup + super @request.host = "www.nextangle.com" end |