Skip to content

Instantly share code, notes, and snippets.

@randomeizer
randomeizer / given.swift
Last active June 24, 2021 02:37
`given` function to simplify data-driven testing with Quick/Nimble
//
// given.swift
// Support/Tests
//
// Created by David Peterson on 23/6/21.
//
/**
This can then be used to provide multiple examples of data to iterate tests over.