Skip to content

Instantly share code, notes, and snippets.

@rdh
rdh / release.html.erb
Last active August 29, 2015 14:01
Heroku release with auto-generated release notes
rake release:cut - tags, updates relnotes, and copies master to release
rake release:staging - pushes release to staging on Heroku
rake release:production - pushes release to production on Heroku
rake release:all - use at your own risk
This code expects config/version.txt to exist and contain a single integer.
@rdh
rdh / gist:1f1ed27f9fdfc58cd979
Created July 12, 2014 19:59
Kiwi expectFutureValue() and shouldEventually interaction
//
// KoalaSpec.m
// koala
//
// Created by Rich Humphrey on 7/12/14.
// Copyright (c) 2014 Lean Labs. All rights reserved.
//
#import <XCTest/XCTest.h>
#import "Kiwi.h"