Commit 5bbafae0 by Jon Yurek

Removed a print statement from the integration test.

parent 8dd016dd
...@@ -127,7 +127,6 @@ class IntegrationTest < Test::Unit::TestCase ...@@ -127,7 +127,6 @@ class IntegrationTest < Test::Unit::TestCase
if ENV['S3_TEST_BUCKET'] if ENV['S3_TEST_BUCKET']
def s3_files_for attachment def s3_files_for attachment
[:thumb, :medium, :large, :original].inject({}) do |files, style| [:thumb, :medium, :large, :original].inject({}) do |files, style|
p attachment.url(style)
data = `curl '#{attachment.url(style)}' 2>/dev/null`.chomp data = `curl '#{attachment.url(style)}' 2>/dev/null`.chomp
t = Tempfile.new("paperclip-test") t = Tempfile.new("paperclip-test")
t.write(data) t.write(data)
......
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