summaryrefslogtreecommitdiff
path: root/test/ruby/test_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_file.rb')
-rw-r--r--test/ruby/test_file.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_file.rb b/test/ruby/test_file.rb
index f51e55f0c6..3cf90f7101 100644
--- a/test/ruby/test_file.rb
+++ b/test/ruby/test_file.rb
@@ -40,4 +40,5 @@ class TestFile < Test::Unit::TestCase
f.rewind
yield f
end
+ alias open_file_rw open_file
end