mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 22:49:33 +08:00
fix: travis reference images names
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 902 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 902 KiB |
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
@@ -41,7 +41,9 @@ class SnapshotSpec: QuickSpec {
|
||||
let tolerance: CGFloat = 0.01
|
||||
let toleranceMessage = {"\(100 * tolerance)% tolerance"}
|
||||
fputs("images are compared with \(toleranceMessage())\n".uppercased(), __stderrp)
|
||||
expect(containerView).to(haveValidSnapshot(usesDrawRect: true, tolerance: tolerance), description: "should match with \(toleranceMessage())")
|
||||
expect(containerView).to(haveValidSnapshot(usesDrawRect: true,
|
||||
tolerance: tolerance),
|
||||
description: "should match with \(toleranceMessage())")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user