aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/xml_mini/libxml_engine_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/test/xml_mini/libxml_engine_test.rb')
-rw-r--r--activesupport/test/xml_mini/libxml_engine_test.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/activesupport/test/xml_mini/libxml_engine_test.rb b/activesupport/test/xml_mini/libxml_engine_test.rb
index ff4759b082..13f66cdfe7 100644
--- a/activesupport/test/xml_mini/libxml_engine_test.rb
+++ b/activesupport/test/xml_mini/libxml_engine_test.rb
@@ -18,12 +18,12 @@ else
private
- def adapter_name
- "LibXML"
- end
+ def engine
+ "LibXML"
+ end
- def expansion_attack_error
- LibXML::XML::Error
- end
+ def expansion_attack_error
+ LibXML::XML::Error
+ end
end
end