fixing tests on ruby trunk

This commit is contained in:
Aaron Patterson 2011-07-26 11:02:41 -07:00
parent d4246e5bb3
commit 64807b964f
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ module XmlMiniTest
assert_equal xml, @options[:builder].target!
end
setup do
def setup
@xml = ActiveSupport::XmlMini
@options = {:skip_instruct => true, :builder => Builder::XmlMarkup.new}
end