GitXplorerGitXplorer
n

Winterkorn

public
10 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
b4ffc12c463c335530a38972997869802118d950

Merge pull request #2 from dkhamsing/patch-1

nneonichu committed 9 years ago
Unverified
156d53d16334f83addf07ec52b1687ee2b1be415

Typo

ddkhamsing committed 9 years ago
Unverified
90862b24e300517df743186ce67fc8a746c67a0b

Dat comma looks ugly

nneonichu committed 9 years ago
Unverified
2f2ee69603a71f4099a4a6e8e62a2af9dd8f324f

Add images to README

nneonichu committed 9 years ago
Unverified
0e9d8f23acf23dbe859ed6b56828856bc8998bd1

Small adjustments

nneonichu committed 9 years ago
Unverified
328479c64c2d16475a2c2f9d9ba5c2080b2c3e4d

Initial commit

nneonichu committed 9 years ago

README

The README file for this repository.

Winterkorn

A library for increasing the speed and urgency of your development in Swift. Heavily inspired by Phpunit VW Extension.

Before:

After:

Usage

Just add it to any test targets in your Podfile:

use_frameworks!

target 'Tests' do
  pod 'Winterkorn'
end

add it to your setUp method:

override func setUp() {
	super.setUp()

	let _ = Winterkorn()
}

and you never have to fix those pesky tests again. Now TDD is truly dead.