File tree
16 files changed
+95
-368
lines changed- Carthage/Checkouts
- ObjectiveGitFramework.xcodeproj
- ObjectiveGitTests
- script
16 files changed
+95
-368
lines changedLines changed: 9 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 |
| - | |
11 |
| - | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
13 | 16 |
| |
14 | 17 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
|
- .swift-version+1-1
- .travis.yml+1-1
- Documentation/en-us/ArrangeActAssert.md+1-1
- Documentation/en-us/BehavioralTesting.md+1-1
- Documentation/en-us/ConfiguringQuick.md
- Documentation/en-us/InstallingFileTemplates.md
- Documentation/en-us/InstallingQuick.md+8
- Documentation/en-us/MoreResources.md
- Documentation/en-us/NimbleAssertions.md
- Documentation/en-us/QuickExamplesAndGroups.md
- Documentation/en-us/QuickInObjectiveC.md
- Documentation/en-us/README.md+2-2
- Documentation/en-us/SettingUpYourXcodeProject.md
- Documentation/en-us/SharedExamples.md
- Documentation/en-us/TestingApps.md
- Documentation/ja/ArrangeActAssert.md+213
- Documentation/ja/BehavioralTesting.md+83
- Documentation/ja/ConfiguringQuick.md+101
- Documentation/ja/InstallingFileTemplates.md+26
- Documentation/ja/InstallingQuick.md+152
- Documentation/ja/MoreResources.md+27
- Documentation/ja/NimbleAssertions.md+100
- Documentation/ja/QuickExamplesAndGroups.md+477
- Documentation/ja/QuickInObjectiveC.md+49
- Documentation/ja/README.md+46
- Documentation/ja/SettingUpYourXcodeProject.md+77
- Documentation/ja/SharedExamples.md+126
- Documentation/ja/TestingApps.md+175
- Externals/Nimble+1-1
- Quick.podspec+1-1
- Quick.xcodeproj/project.pbxproj+14
- README.md+3-3
- Sources/Quick/DSL/DSL.swift+5-5
- Sources/Quick/Example.swift+1-1
- Sources/Quick/QuickMain.swift+7
- Sources/Quick/QuickSpec.h+7-5
- Sources/Quick/QuickSpec.swift+1-1
- Sources/Quick/World.swift+2-2
- Sources/QuickFocusedTests/FocusedTests.swift+1-1
- Sources/QuickTestHelpers/SpecRunner.swift+7-2
- Sources/QuickTests/FunctionalTests/AfterEachTests.swift+1-1
- Sources/QuickTests/FunctionalTests/AfterSuiteTests.swift+1-1
- Sources/QuickTests/FunctionalTests/BeforeEachTests.swift+1-1
- Sources/QuickTests/FunctionalTests/BeforeSuiteTests.swift+1-1
- Sources/QuickTests/FunctionalTests/Configuration/AfterEach/Configuration+AfterEachTests.swift+1-1
- Sources/QuickTests/FunctionalTests/Configuration/BeforeEach/Configuration+BeforeEachTests.swift+1-1
- Sources/QuickTests/FunctionalTests/DescribeTests.swift+1-1
- Sources/QuickTests/FunctionalTests/ItTests.swift+1-1
- Sources/QuickTests/FunctionalTests/PendingTests.swift+1-1
- Sources/QuickTests/FunctionalTests/SharedExamples+BeforeEachTests.swift+1-1
- Sources/QuickTests/FunctionalTests/SharedExamplesTests.swift+1-1
- Sources/QuickTests/Helpers/QCKSpecRunner.m+1-1
- Sources/QuickTests/Helpers/XCTestCaseProvider.swift+1-1
- Sources/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.h+7-11
- Sources/QuickTests/Helpers/XCTestObservationCenter+QCKSuspendObservation.m+30
- circle.yml+4-13
- script/release+2-2
- script/travis-install-osx+2-4
- script/travis-script-osx+1-7
Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2235 | 2235 |
| |
2236 | 2236 |
| |
2237 | 2237 |
| |
2238 |
| - | |
2239 | 2238 |
| |
2240 | 2239 |
| |
2241 | 2240 |
| |
| |||
2281 | 2280 |
| |
2282 | 2281 |
| |
2283 | 2282 |
| |
2284 |
| - | |
2285 | 2283 |
| |
2286 | 2284 |
| |
2287 | 2285 |
| |
| |||
2328 | 2326 |
| |
2329 | 2327 |
| |
2330 | 2328 |
| |
2331 |
| - | |
2332 | 2329 |
| |
2333 | 2330 |
| |
2334 | 2331 |
| |
| |||
2375 | 2372 |
| |
2376 | 2373 |
| |
2377 | 2374 |
| |
2378 |
| - | |
2379 | 2375 |
| |
2380 | 2376 |
| |
2381 | 2377 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Lines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
|
Lines changed: 0 additions & 18 deletions
This file was deleted.
0 commit comments