jeffh / TestingInSwift

A sample project of tests in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing in Swift

A sample swift application with tests. Supplementary material to my Testing in Swift talk.

This code requires Swift 1.2 (Xcode 6.3 beta).

Installation

Clone this repository. This explicitly includes all dependencies to reduce likelihood of misconfiguration when copying this repository.

That being said, this repository uses Cocoapods.

There is one change to make, which is to add your own API key for random.org. Click "Get a Beta Key".

Enter your beta key into secrets.swift.

Links to interesting places

About

A sample project of tests in Swift


Languages

Language:Swift 95.8%Language:Objective-C 3.7%Language:Ruby 0.5%