aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
diff options
context:
space:
mode:
authorVasiliy Ermolovich <younash@gmail.com>2011-12-21 22:28:40 +0300
committerVasiliy Ermolovich <younash@gmail.com>2011-12-25 22:22:22 +0300
commita7ba8e1fb325a20dc5115eeef278ce946d0450c7 (patch)
tree154a64c2c0251e4c60ddf2ff65b8c410e65ddd48 /activesupport/test/core_ext
parent748725e9ce081f6517c68d8f74d254e2079d0d79 (diff)
downloadrails-a7ba8e1fb325a20dc5115eeef278ce946d0450c7.tar.gz
rails-a7ba8e1fb325a20dc5115eeef278ce946d0450c7.tar.bz2
rails-a7ba8e1fb325a20dc5115eeef278ce946d0450c7.zip
remove File#to_path alias
Diffstat (limited to 'activesupport/test/core_ext')
-rw-r--r--activesupport/test/core_ext/file_test.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activesupport/test/core_ext/file_test.rb b/activesupport/test/core_ext/file_test.rb
index e1258b872e..26be694176 100644
--- a/activesupport/test/core_ext/file_test.rb
+++ b/activesupport/test/core_ext/file_test.rb
@@ -57,10 +57,6 @@ class AtomicWriteTest < Test::Unit::TestCase
File.unlink(file_name) rescue nil
end
- def test_responds_to_to_path
- assert_equal __FILE__, File.open(__FILE__, "r").to_path
- end
-
private
def file_name
"atomic.file"