public
Description: Paperclip File Management Plugin
Homepage: http://www.thoughtbot.com/projects/paperclip
Clone URL: git://github.com/thoughtbot/paperclip.git
Removed a print statement from the integration test.
jyurek (author)
Thu May 01 07:36:35 -0700 2008
commit  5bbafae09788d25a85fbfecf57791480a9dd0754
tree    ca22828175ec7a7ce61f38e9ecfc11cb001e2735
parent  8dd016dd59686d385304d54d99ebfc06e1dcfc6d
...
127
128
129
130
131
132
133
...
127
128
129
 
130
131
132
0
@@ -127,7 +127,6 @@ class IntegrationTest < Test::Unit::TestCase
0
   if ENV['S3_TEST_BUCKET']
0
     def s3_files_for attachment
0
       [:thumb, :medium, :large, :original].inject({}) do |files, style|
0
- p attachment.url(style)
0
         data = `curl '#{attachment.url(style)}' 2>/dev/null`.chomp
0
         t = Tempfile.new("paperclip-test")
0
         t.write(data)

Comments

    No one has commented yet.