joshnesbitt / integrity forked from integrity/integrity
- Source
- Commits
- Network (65)
- Downloads (10)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
AUTHORS | ||
| |
CHANGES | ||
| |
LICENSE | Thu May 14 12:22:39 -0700 2009 | |
| |
README.md | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
config/ | ||
| |
integrity.gemspec | ||
| |
lib/ | ||
| |
public/ | ||
| |
test/ | ||
| |
views/ |
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
Try it!
$ gem install integrity
$ integrity launch
$ open http://0.0.0.0:4567/
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.

