aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/url_helper_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-12-21 11:51:17 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-12-21 11:51:17 +0000
commita4c77f9bc4008bfead6c9edb3b951a3faf5acc39 (patch)
tree793c5850a73cb01b1698f0fcef9358c26acb2fad /actionpack/test/template/url_helper_test.rb
parent8931a6ec16db78cf7ad8ffd0ca1ebec1694f9700 (diff)
downloadrails-a4c77f9bc4008bfead6c9edb3b951a3faf5acc39.tar.gz
rails-a4c77f9bc4008bfead6c9edb3b951a3faf5acc39.tar.bz2
rails-a4c77f9bc4008bfead6c9edb3b951a3faf5acc39.zip
Ruby 1.9 compat: text helper
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8464 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/template/url_helper_test.rb')
-rw-r--r--actionpack/test/template/url_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/url_helper_test.rb b/actionpack/test/template/url_helper_test.rb
index ee75965be9..9cd3b6e2f9 100644
--- a/actionpack/test/template/url_helper_test.rb
+++ b/actionpack/test/template/url_helper_test.rb
@@ -1,4 +1,4 @@
-require "#{File.dirname(__FILE__)}/../abstract_unit"
+require 'abstract_unit'
RequestMock = Struct.new("Request", :request_uri, :protocol, :host_with_port, :env)