mirror of
https://github.com/usetrmnl/image_processing.git
synced 2026-08-13 14:27:14 -07:00
Fix typos (#126)
This commit is contained in:
@@ -421,7 +421,7 @@ describe "ImageProcessing::MiniMagick" do
|
||||
@pipeline = ImageProcessing::MiniMagick.source(@portrait)
|
||||
end
|
||||
|
||||
it "rotates the image by specifed number of degrees" do
|
||||
it "rotates the image by specified number of degrees" do
|
||||
assert_dimensions [600, 800], @pipeline.rotate!(0)
|
||||
assert_dimensions [800, 600], @pipeline.rotate!(90)
|
||||
assert_dimensions [600, 800], @pipeline.rotate!("180")
|
||||
|
||||
+1
-1
@@ -394,7 +394,7 @@ describe "ImageProcessing::Vips" do
|
||||
@pipeline = ImageProcessing::Vips.source(@portrait)
|
||||
end
|
||||
|
||||
it "rotates by muliples of 90" do
|
||||
it "rotates by multiples of 90" do
|
||||
assert_dimensions [600, 800], @pipeline.rotate!(0)
|
||||
assert_dimensions [800, 600], @pipeline.rotate!(90)
|
||||
assert_dimensions [600, 800], @pipeline.rotate!(180)
|
||||
|
||||
Reference in New Issue
Block a user