test/test.rb in sdsykes-fastimage-1.1.2 vs test/test.rb in sdsykes-fastimage-1.2.1
- old
+ new
@@ -11,10 +11,10 @@
FixturePath = File.join(PathHere, "fixtures")
GoodFixtures = {
"test.bmp"=>[:bmp, [40, 27]],
"test.gif"=>[:gif, [17, 32]],
- "test.jpg"=>[:jpg, [882, 470]],
+ "test.jpg"=>[:jpeg, [882, 470]],
"test.png"=>[:png, [30, 20]]
}
BadFixtures = [
"faulty.jpg",