rkh / monkey-lib
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Dec 15 02:59:32 -0800 2009 | |
| |
LICENSE | Mon Jul 13 05:58:26 -0700 2009 | |
| |
README.rdoc | Thu Dec 17 15:32:12 -0800 2009 | |
| |
Rakefile | Sun Dec 20 04:36:57 -0800 2009 | |
| |
lib/ | Sun Dec 27 15:17:40 -0800 2009 | |
| |
monkey-lib.gemspec | Sun Dec 27 15:17:40 -0800 2009 | |
| |
spec/ | Sun Dec 27 15:17:40 -0800 2009 |
README.rdoc
Some description goes here.
Running the specs
Run specs with all backends:
rake spec
Run specs with active_support:
rake spec:active_support
Run specs with backports and using mspec instead of rspec (so it might work on incomplete ruby implementations):
SPEC_RUNNER=mspec rake spec:backports
