Skip to content

Instantly share code, notes, and snippets.

@dougritter
Created September 12, 2019 10:24
Show Gist options
  • Save dougritter/df16f613e47bf8d6d4b02b780a05cdac to your computer and use it in GitHub Desktop.
Save dougritter/df16f613e47bf8d6d4b02b780a05cdac to your computer and use it in GitHub Desktop.
Act
class AccountPresenterTests: XCTestCase {
func test_given_and_account_name_when_next_is_pressed_then_should_navigate_to_home() {
...
presenter.nextPressed(accountName: "talkdesk")
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment