aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/record_identifier_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2008-01-05 13:32:06 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2008-01-05 13:32:06 +0000
commit9d755f19837da703d494ff4c59c39a0066bbd961 (patch)
tree8075d8ea3cfbdf9b873cf348dc95680cb4636fad /actionpack/test/controller/record_identifier_test.rb
parentf6d852665987142fb85ab26da9cc01f5d9b65d46 (diff)
downloadrails-9d755f19837da703d494ff4c59c39a0066bbd961.tar.gz
rails-9d755f19837da703d494ff4c59c39a0066bbd961.tar.bz2
rails-9d755f19837da703d494ff4c59c39a0066bbd961.zip
require abstract_unit directly since test is in load path
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8564 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/controller/record_identifier_test.rb')
-rw-r--r--actionpack/test/controller/record_identifier_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/test/controller/record_identifier_test.rb b/actionpack/test/controller/record_identifier_test.rb
index 86d196cfd5..def8613215 100644
--- a/actionpack/test/controller/record_identifier_test.rb
+++ b/actionpack/test/controller/record_identifier_test.rb
@@ -1,4 +1,4 @@
-require File.dirname(__FILE__) + '/../abstract_unit'
+require 'abstract_unit'
class Comment
attr_reader :id
@@ -100,4 +100,4 @@ class NestedRecordIdentifierTest < RecordIdentifierTest
assert_equal expected, partial_path(@record)
assert_equal expected, partial_path(Comment::Nested)
end
-end \ No newline at end of file
+end