summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/stringio/test_stringio.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb
index 3449e33e61..e16bd0e37b 100644
--- a/test/stringio/test_stringio.rb
+++ b/test/stringio/test_stringio.rb
@@ -11,4 +11,5 @@ class TestStringIO < Test::Unit::TestCase
f = StringIO.new(content)
yield f
end
+ alias open_file_rw open_file
end