Skip to content

Commit c9ef77f

Browse files
committed
^ f Rename file UpdateTestableView to InspectChangingView
1 parent c3f63e3 commit c9ef77f

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func test_incrementOnce_withBoilerplate() throws {
4646

4747
That's a lot of boilerplate, and it makes it harder to scan for the test intent.
4848

49-
[UpdateTestableView.swift](https://github.com/jonreid/TestableView/blob/main/UpdateTestableView.swift) provides an XCTestCase extension to take care of that boilerplate.
49+
[InspectChangingView.swift](https://github.com/jonreid/TestableView/blob/main/InspectChangingView.swift) provides an XCTestCase extension to take care of that boilerplate.
5050

5151
## Adding it to your project
5252

@@ -68,7 +68,7 @@ The new XCTestCase method relies on a TestableView type to define the hook for V
6868

6969
### Test code
7070

71-
1. Copy [UpdateTestableView.swift](https://github.com/jonreid/TestableView/blob/main/UpdateTestableView.swift) into your test code.
71+
1. Copy [InspectChangingView.swift](https://github.com/jonreid/TestableView/blob/main/InspectChangingView.swift) into your test code.
7272
2. Change the `YourModule` placeholder so it does an `@testable import` from the module that defines `TestableView`.
7373

7474
## Use it in your test
File renamed without changes.

0 commit comments

Comments
 (0)