This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// 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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |