Commit a67f2967 by Tute Costa

Fix CI

parent 18ac3e1f
......@@ -77,5 +77,5 @@ Feature: Rails integration
And I attach the file "spec/support/fixtures/5k.png" to "Attachment" on S3
And I press "Submit"
Then I should see "Name: something"
And I should see an image with a path of "http://s3.amazonaws.com/paperclip/attachments/original/5k.png"
And the file at "http://s3.amazonaws.com/paperclip/attachments/original/5k.png" should be uploaded to S3
And I should see an image with a path of "//s3.amazonaws.com/paperclip/attachments/original/5k.png"
And the file at "//s3.amazonaws.com/paperclip/attachments/original/5k.png" should be uploaded to S3
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