Skip to content

Instantly share code, notes, and snippets.

@dougritter
Last active September 12, 2019 10:23
Show Gist options
  • Save dougritter/d4c3a958d7c7f468d5a5c97110b63ef7 to your computer and use it in GitHub Desktop.
Save dougritter/d4c3a958d7c7f468d5a5c97110b63ef7 to your computer and use it in GitHub Desktop.
Arrange
class AccountPresenterTests: XCTestCase {
func test_given_and_account_name_when_next_is_pressed_then_should_navigate_to_home() {
let routerMock = RouterMock()
let presenter = AccountPresenterImplementation(router: routerMock)
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment