aboutsummaryrefslogtreecommitdiffstats
path: root/test/rexml/test_encoding.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rexml/test_encoding.rb')
-rw-r--r--test/rexml/test_encoding.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rexml/test_encoding.rb b/test/rexml/test_encoding.rb
index 19896ea8a8..23e4802927 100644
--- a/test/rexml/test_encoding.rb
+++ b/test/rexml/test_encoding.rb
@@ -15,7 +15,7 @@ class EncodingTester < Test::Unit::TestCase
end
# Given an encoded document, try to write out to that encoding
- def test_encoded_in_encoded_out
+ def test_encoded_in_encoded_out
doc = Document.new( @encoded )
doc.write( out="" )
out.force_encoding('binary') if out.respond_to? :force_encoding