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
|
context "logging methods" do
|
||||||
setup do
|
setup do
|
||||||
@instance.stubs(:flush_progress)
|
@instance.stubs(:flush_progress)
|
||||||
|
@instance.stubs(:cl_reset).returns("")
|
||||||
end
|
end
|
||||||
|
|
||||||
should "log with the proper format" do
|
should "log with the proper format" do
|
||||||
|
|
Loading…
Reference in New Issue