Commit 7a09892f by Jon Yurek

Removed extraneous #p

parent 90cd609e
...@@ -8,7 +8,6 @@ class ThumbnailTest < Test::Unit::TestCase ...@@ -8,7 +8,6 @@ class ThumbnailTest < Test::Unit::TestCase
end end
should "have its path contain a real extension" do should "have its path contain a real extension" do
p @tempfile.path
assert_equal ".jpg", File.extname(@tempfile.path) assert_equal ".jpg", File.extname(@tempfile.path)
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment