remove debug

This commit is contained in:
Toks
2013-11-26 22:56:47 -05:00
parent b85da7d5d9
commit c37f949f17

View File

@@ -17,7 +17,6 @@ module Downloads
end
should "work" do
puts ::File.read(@tempfile.path).inspect
assert_equal(89_409, ::File.size(@tempfile.path))
end
end