Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df5cce3

Browse files
author
dzenbot
committed
Adds first snapshot test
1 parent e25b341 commit df5cce3

277 files changed

Lines changed: 6632 additions & 3301 deletions

File tree

Some content is hidden

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

Examples/Messenger/Messenger.xcodeproj/project.pbxproj

Lines changed: 201 additions & 3 deletions
Large diffs are not rendered by default.

Examples/Messenger/Podfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ platform :ios, '7.0'
77
pod 'SlackTextViewController', :path => '../../SlackTextViewController.podspec'
88

99
pod 'LoremIpsum', '~> 1.0'
10-
pod 'Expecta+Snapshots', '~> 1.0'
10+
11+
target 'SLKTVC Tests', :exclusive => true do
12+
pod 'FBSnapshotTestCase', '1.4'
13+
pod 'Expecta+Snapshots', '~> 1.2'
14+
pod 'Specta', :git => 'https://github.com/specta/specta.git', :tag => "v0.3.0.beta1"
15+
pod 'Expecta', '0.3.0'
16+
end

Examples/Messenger/Podfile.lock

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,41 @@
11
PODS:
2-
- Expecta (0.4.0)
3-
- Expecta+Snapshots (1.3.2):
4-
- Expecta (~> 0.3)
5-
- FBSnapshotTestCase (= 1.6)
6-
- FBSnapshotTestCase (1.6)
2+
- Expecta (0.3.0)
3+
- Expecta+Snapshots (1.3.1):
4+
- Expecta
5+
- FBSnapshotTestCase
6+
- FBSnapshotTestCase (1.4)
77
- LoremIpsum (1.0.0)
88
- SlackTextViewController (1.5):
99
- SlackTextViewController/Additions (= 1.5)
1010
- SlackTextViewController/Additions (1.5)
11+
- Specta (0.3.0.beta1)
1112

1213
DEPENDENCIES:
13-
- Expecta+Snapshots (~> 1.0)
14+
- Expecta (= 0.3.0)
15+
- Expecta+Snapshots (~> 1.2)
16+
- FBSnapshotTestCase (= 1.4)
1417
- LoremIpsum (~> 1.0)
1518
- SlackTextViewController (from `../../SlackTextViewController.podspec`)
19+
- Specta (from `https://github.com/specta/specta.git`, tag `v0.3.0.beta1`)
1620

1721
EXTERNAL SOURCES:
1822
SlackTextViewController:
1923
:path: ../../SlackTextViewController.podspec
24+
Specta:
25+
:git: https://github.com/specta/specta.git
26+
:tag: v0.3.0.beta1
27+
28+
CHECKOUT OPTIONS:
29+
Specta:
30+
:git: https://github.com/specta/specta.git
31+
:tag: v0.3.0.beta1
2032

2133
SPEC CHECKSUMS:
22-
Expecta: 392a6b5bfb9f4097e47dd8064d9b732079490332
23-
Expecta+Snapshots: 40c5ec43b43da3bae957f14fed5dc9177d08ec8b
24-
FBSnapshotTestCase: 9d5fe43b29ae3a0ed8fc829477971b281038f748
34+
Expecta: 917bda2935b63ca7175741b8cf1b26796db6205f
35+
Expecta+Snapshots: 4a0b46d3ba755bd43dffa7d53e4585fc6cbfe8cd
36+
FBSnapshotTestCase: 892508495a69e8703bab36c9da7674ff740d41db
2537
LoremIpsum: 9029c55d36501b2ee0b05cc9ecda11d3a0479160
2638
SlackTextViewController: 845c047813ca52f7bc25f034bd145d6a15dd614c
39+
Specta: 63e8ac8e07db6675c7096d37f77a266a1be4c02d
2740

2841
COCOAPODS: 0.35.0

Examples/Messenger/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.m

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/Messenger/Pods/Expecta/Expecta/Expecta.h

Lines changed: 0 additions & 15 deletions
This file was deleted.

Examples/Messenger/Pods/Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h

Lines changed: 0 additions & 6 deletions
This file was deleted.

Examples/Messenger/Pods/Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

Examples/Messenger/Pods/Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h

Lines changed: 0 additions & 4 deletions
This file was deleted.

Examples/Messenger/Pods/Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h

Lines changed: 0 additions & 10 deletions
This file was deleted.

Examples/Messenger/Pods/Expecta/Expecta/NSValue+Expecta.h

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)