Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a smaller TIFF file as fixture #36783

Merged
merged 1 commit into from
Jul 27, 2019
Merged

Conversation

ershad
Copy link
Contributor

@ershad ershad commented Jul 27, 2019

Summary

Reduced the size of TIFF fixture file from 33.7MB to 729KB

Other Information

It's being used only in the following test case. It doesn't need a large TIFF file.

test "resized variation of TIFF blob" do
blob = create_file_blob(filename: "racecar.tif")
variant = blob.variant(resize: "50x50").processed
assert_match(/racecar\.png/, variant.service_url)
image = read_image(variant)
assert_equal "PNG", image.type
assert_equal 50, image.width
assert_equal 33, image.height
end

@kaspth kaspth merged commit b977bc9 into rails:master Jul 27, 2019
@kaspth
Copy link
Contributor

kaspth commented Jul 27, 2019

Thanks! 🏎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants