This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 5aaf7c275b8884c756aa4ee6b3d0b9a84fbe9634
tree 7695653353542c7bd366122f2174205e35186b59
parent 399e4dcde52c0a1658a5b2f43785332423e4d850
tree 7695653353542c7bd366122f2174205e35186b59
parent 399e4dcde52c0a1658a5b2f43785332423e4d850
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Mar 17 09:45:05 -0700 2009 | |
| |
AUTHORS | Mon Jul 27 03:55:18 -0700 2009 | |
| |
CHANGES | Mon Jul 27 03:55:24 -0700 2009 | |
| |
LICENSE | Thu May 14 12:22:39 -0700 2009 | |
| |
README.md | Sun Jul 26 14:14:08 -0700 2009 | |
| |
Rakefile | Sun Jul 26 13:34:09 -0700 2009 | |
| |
bin/ | Mon Jan 05 23:45:16 -0800 2009 | |
| |
config/ | Sun Jul 26 15:21:03 -0700 2009 | |
| |
integrity.gemspec | Sun Jul 26 15:21:08 -0700 2009 | |
| |
lib/ | Sun Jul 26 15:21:03 -0700 2009 | |
| |
public/ | Sat Nov 08 17:00:01 -0800 2008 | |
| |
test/ | Sun Jul 26 15:21:07 -0700 2009 | |
| |
views/ | Sun Jul 26 15:21:07 -0700 2009 |
README.mdWhy we don't
Integrity
Integrity is your friendly automated Continuous Integration server.
- See our website for documentation and a live demo
- Report bugs and submit features request on our Lighthouse account
- Join us on #integrity for ideas, help, patches or something
- Get the code on GitHub
Run the test suite
- Ensure you have
gems.github.comin your gem sources:gem sources -a http://gems.github.com - Install the runtime and development dependencies:
gem build integrity.gemspec && gem install *.gem --development. - 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.







