test/test_progressive_io.rb in tracksperanto-1.9.1 vs test/test_progressive_io.rb in tracksperanto-1.9.2

- old
+ new

@@ -4,11 +4,11 @@ def e(s) # Make a mock File object from a string io = StringIO.new(s) - mock_stat = flexmock(:size => s.length) - flexmock(io).should_receive(:stat).and_return(mock_stat) + mock_stat = flexmock(:size => s.length) + flexmock(io).should_receive(:stat).and_return(mock_stat) Tracksperanto::ProgressiveIO.new(io) end def test_each \ No newline at end of file