sr / integrity forked from foca/integrity

Don't mind this, go to http://github.com/integrity/integrity

This URL has Read+Write access

name age message
file .gitignore Tue Mar 17 09:45:05 -0700 2009 Ignore tmp/ [Simon Rozet]
file AUTHORS Thu May 14 12:22:41 -0700 2009 Remove thanks section from README; accurate AUT... [Simon Rozet]
file CHANGES Tue May 19 05:59:25 -0700 2009 Forgot project ordering in CHANGES [Simon Rozet]
file LICENSE Thu May 14 12:22:39 -0700 2009 Extract license from README into LICENSE [Simon Rozet]
file README.md Fri May 29 13:03:59 -0700 2009 Update quick try instructions; remove `rake lau... [Simon Rozet]
file Rakefile Mon Jun 01 09:02:01 -0700 2009 Fix CI task, again [Simon Rozet]
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 Fri May 29 13:03:59 -0700 2009 Add builder as a dependency I am wondering whe... [Simon Rozet]
directory lib/ Loading commit data...
directory public/ Sat Nov 08 17:00:01 -0800 2008 Refactor the file structure to look more like a... [foca]
directory test/
directory views/
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.