Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit a67f296

Browse files
committed
Fix CI
1 parent 18ac3e1 commit a67f296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/basic_integration.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ Feature: Rails integration
7777
And I attach the file "spec/support/fixtures/5k.png" to "Attachment" on S3
7878
And I press "Submit"
7979
Then I should see "Name: something"
80-
And I should see an image with a path of "http://s3.amazonaws.com/paperclip/attachments/original/5k.png"
81-
And the file at "http://s3.amazonaws.com/paperclip/attachments/original/5k.png" should be uploaded to S3
80+
And I should see an image with a path of "//s3.amazonaws.com/paperclip/attachments/original/5k.png"
81+
And the file at "//s3.amazonaws.com/paperclip/attachments/original/5k.png" should be uploaded to S3

0 commit comments

Comments
 (0)