Tests no longer clear a line
This commit is contained in:
parent
156149824d
commit
d76e9ba26a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue