Tests no longer clear a line

This commit is contained in:
Mitchell Hashimoto 2010-05-22 18:47:08 -07:00
parent 156149824d
commit d76e9ba26a
1 changed files with 1 additions and 0 deletions

View File

@ -73,6 +73,7 @@ class ResourceLoggerTest < Test::Unit::TestCase
context "logging methods" do
setup do
@instance.stubs(:flush_progress)
@instance.stubs(:cl_reset).returns("")
end
should "log with the proper format" do