-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename a
describe
-level variable called name
The motivation for this change is that it’s groundwork for removing the Quick testing framework using an automated migrator tool (#1201). The migrator that I’m writing will pull all `spec` / `describe` / `context` level local variables outside of the class declaration and into fileprivate global variables. But if we let the migrator hoist this particular variable to a global with the same name, then it’ll be shadowed by XCTestCase’s `name` property, which we don’t want.
- Loading branch information
1 parent
6d4fdd1
commit f4c0e1f
Showing
1 changed file
with
14 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters