Skip to content

Commit

Permalink
using the minitest io hook
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Apr 21, 2011
1 parent 1fa6805 commit 6f373ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/xml/test_node_reparenting.rb
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,9 @@ class TestNodeReparenting < Nokogiri::TestCase
it "not blow up" do
# see http://github.com/tenderlove/nokogiri/issues#issue/22
10.times do
STDOUT.putc "."
STDOUT.flush
io = MiniTest::Unit.output
io.print '.'
io.flush
begin
doc = Nokogiri::XML <<-EOHTML
<root>
Expand Down

0 comments on commit 6f373ca

Please sign in to comment.