rsanheim / watch-me-now
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (18)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.document | Sun Oct 04 19:56:30 -0700 2009 | |
| |
.gitignore | Sun Oct 04 19:56:30 -0700 2009 | |
| |
LICENSE | Sun Oct 04 19:56:30 -0700 2009 | |
| |
README.markdown | Sun Oct 04 20:48:15 -0700 2009 | |
| |
Rakefile | Fri Oct 23 11:57:14 -0700 2009 | |
| |
VERSION | ||
| |
bin/ | ||
| |
lib/ | ||
| |
watch-me-now.gemspec |
README.markdown
watch-me-now
Stupid Simple Continuous Testing
A small script that builds on watchr to try and continuously test any sort of Ruby project. Works with rspec (*_spec.rb), test unit and its spin-off (*_test.rb), and micronaut (*_example.rb).
Usage
gem install watch-me-now --source http://gemcutter.org
cd YOUR_PROJECT
watchr watch-me-now.rb
Supported
- ruby libraries
- rubygems (anything with /lib and a top level test folder, basically)
TODO
- Rails projects of different shapes and sizes
- Cucumber features
- Toggle spork via command line switch?

