Skip to content

Instantly share code, notes, and snippets.

@frootloops
Last active August 26, 2017 11:19
Show Gist options
  • Select an option

  • Save frootloops/bf9e3ab179f588c99712ab5afd577b3c to your computer and use it in GitHub Desktop.

Select an option

Save frootloops/bf9e3ab179f588c99712ab5afd577b3c to your computer and use it in GitHub Desktop.
App.trackingClient = TestTrackingClient()
let productViewController = ProductViewController(product: product)
productViewController.buy()
App.trackingClient.events[0] == UserEvents.bought(product: product)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment