Skip to content

Instantly share code, notes, and snippets.

@tovkal
Created August 19, 2017 16:58
Show Gist options
  • Save tovkal/937e0520378bfd20c18b56c4e8bc30f7 to your computer and use it in GitHub Desktop.
Save tovkal/937e0520378bfd20c18b56c4e8bc30f7 to your computer and use it in GitHub Desktop.
if case let .content(response) = state {
expect(response.foo).to(equal(expectedResponse.foo))
} else {
fail("Expected <content> but got <\(state)>")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment