public
Fork of integrity/integrity
Description: The easy and fun Continuous Integration server
Homepage: http://integrityapp.com
Clone URL: git://github.com/bdotdub/integrity.git
name age message
file .gitignore Tue Mar 17 09:45:05 -0700 2009 Ignore tmp/ [sr]
file AUTHORS Thu May 14 12:22:41 -0700 2009 Remove thanks section from README; accurate AUT... [sr]
file CHANGES Tue May 19 05:59:25 -0700 2009 Forgot project ordering in CHANGES [sr]
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [sr]
file README.md Fri May 29 13:03:59 -0700 2009 Update quick try instructions; remove `rake lau... [sr]
file Rakefile Loading commit data...
directory bin/ Mon Jan 05 23:45:16 -0800 2009 Why wasn't the installer executable? [foca]
directory config/ Fri Apr 17 14:49:21 -0700 2009 Bump Integrity version for Heroku install to 0.... [mileszs]
file integrity.gemspec
directory lib/
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/
directory views/ Fri May 29 13:03:53 -0700 2009 Basics CSS rules for building state [sr]
README.md

Integrity

Integrity is your friendly automated Continuous Integration server.

Try it!

$ gem install integrity
$ integrity launch
$ open http://0.0.0.0:4567/

Run the test suite

  1. Ensure you have gems.github.com in your gem sources: gem sources -a http://gems.github.com
  2. Install the runtime and development dependencies: gem build integrity.gemspec && gem install *.gem --development.
  3. Run the test suite: rake test

Why we don't require "rubygems"

We decided to leave that choice up to the user. For more information, please see Why "require 'rubygems'" In Your Library/App/Tests Is Wrong by Ryan Tomayko.