Skip to content

Commit 34f3ee4

Browse files
committed
Update test suite
1 parent 44cafce commit 34f3ee4

File tree

102 files changed

+3129
-2738
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+3129
-2738
lines changed

Demo/Podfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
platform :ios, '8.0'
1+
platform :ios, '10.0'
22

33
inhibit_all_warnings!
44

Demo/Podfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
PODS:
22
- AMPopTip (4.2.0)
3-
- iOSSnapshotTestCase (2.2.0):
4-
- iOSSnapshotTestCase/SwiftSupport (= 2.2.0)
5-
- iOSSnapshotTestCase/Core (2.2.0)
6-
- iOSSnapshotTestCase/SwiftSupport (2.2.0):
3+
- iOSSnapshotTestCase (6.2.0):
4+
- iOSSnapshotTestCase/SwiftSupport (= 6.2.0)
5+
- iOSSnapshotTestCase/Core (6.2.0)
6+
- iOSSnapshotTestCase/SwiftSupport (6.2.0):
77
- iOSSnapshotTestCase/Core
8-
- Nimble (7.3.4)
9-
- Nimble-Snapshots (6.4.1):
10-
- Nimble-Snapshots/Core (= 6.4.1)
11-
- Nimble-Snapshots/Core (6.4.1):
12-
- iOSSnapshotTestCase (~> 2.0)
13-
- Nimble (~> 7.0)
8+
- Nimble (8.0.4)
9+
- Nimble-Snapshots (8.0.0):
10+
- Nimble-Snapshots/Core (= 8.0.0)
11+
- Nimble-Snapshots/Core (8.0.0):
12+
- iOSSnapshotTestCase (~> 6.0)
13+
- Nimble (~> 8.0)
1414
- Quick (2.2.0)
1515

1616
DEPENDENCIES:
1717
- AMPopTip (from `../`)
1818
- Nimble
19-
- Nimble-Snapshots
19+
- Nimble-Snapshots (= 8.0.0)
2020
- Quick
2121

2222
SPEC REPOS:
@@ -32,11 +32,11 @@ EXTERNAL SOURCES:
3232

3333
SPEC CHECKSUMS:
3434
AMPopTip: 43444807604e7d38713fc15b93fa65fbe369227c
35-
iOSSnapshotTestCase: 415bd84f9dbba4ff45fede49d800bc7332fbedac
36-
Nimble: 051e3d8912d40138fa5591c78594f95fb172af37
37-
Nimble-Snapshots: 438fb1a6fa3c655e246fc9ac375f6cd2964d759a
35+
iOSSnapshotTestCase: 9ab44cb5aa62b84d31847f40680112e15ec579a6
36+
Nimble: 18d5360282923225d62b09d781f63abc1a0111fc
37+
Nimble-Snapshots: 8ec63f41ce6c7229a17be9a64edbc123b181f75b
3838
Quick: 7fb19e13be07b5dfb3b90d4f9824c855a11af40e
3939

40-
PODFILE CHECKSUM: 427d9003aa8e98a2af5857ca6737809dc88b2119
40+
PODFILE CHECKSUM: b26174c0642d976e93e4d3fbee750815bf74e16e
4141

4242
COCOAPODS: 1.8.4

Demo/Pods/Manifest.lock

+15-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/Nimble-Snapshots/CurrentTestCaseTracker.swift renamed to Demo/Pods/Nimble-Snapshots/Nimble_Snapshots/CurrentTestCaseTracker.swift

+6-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/Nimble-Snapshots/DynamicSize/DynamicSizeSnapshot.swift renamed to Demo/Pods/Nimble-Snapshots/Nimble_Snapshots/DynamicSize/DynamicSizeSnapshot.swift

+76-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Demo/Pods/Nimble-Snapshots/DynamicType/HaveValidDynamicTypeSnapshot.swift renamed to Demo/Pods/Nimble-Snapshots/Nimble_Snapshots/DynamicType/HaveValidDynamicTypeSnapshot.swift

+23-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)