aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-07-26 11:02:41 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2011-07-26 11:02:41 -0700
commit64807b964f6b4d58d550608b6de84ebd5ec846f3 (patch)
tree14f2ba651fa9185250c01a2109916ba269431edf /activesupport/test
parentd4246e5bb3a446238f2b0683f24638bad669778f (diff)
downloadrails-64807b964f6b4d58d550608b6de84ebd5ec846f3.tar.gz
rails-64807b964f6b4d58d550608b6de84ebd5ec846f3.tar.bz2
rails-64807b964f6b4d58d550608b6de84ebd5ec846f3.zip
fixing tests on ruby trunk
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/xml_mini_test.rb2
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