diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-07-26 11:02:41 -0700 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:17 -0700 |
commit | 797d2254d7d1a541305526431e7362df5d5dd970 (patch) | |
tree | 1c16c0a476e5e62db5b3219635be62349002ef01 /activesupport | |
parent | 7934ffe5e9a88236f9fb924d9d4c1f20ff0892c7 (diff) | |
download | rails-797d2254d7d1a541305526431e7362df5d5dd970.tar.gz rails-797d2254d7d1a541305526431e7362df5d5dd970.tar.bz2 rails-797d2254d7d1a541305526431e7362df5d5dd970.zip |
fixing tests on ruby trunk
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/xml_mini_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/xml_mini_test.rb b/activesupport/test/xml_mini_test.rb index 4450c1a0ae..dde17ea403 100644 --- a/activesupport/test/xml_mini_test.rb +++ b/activesupport/test/xml_mini_test.rb @@ -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 |