Commit 91b30cd2 by will

removed debug line from thumbnail_test

parent 7a42e651
......@@ -201,7 +201,6 @@ class ThumbnailTest < Test::Unit::TestCase
should "start with two pages with dimensions 612x792" do
cmd = %Q[identify -format "%wx%h" "#{@file.path}"]
p "pdf page size test: cmd is #{cmd}"
assert_equal "612x792"*2, `#{cmd}`.chomp
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