rsanheim / watch-me-now

the continuous testing solution to end all continuous testing...solutions.

This URL has Read+Write access

name age message
file .document Sun Oct 04 19:56:30 -0700 2009 Initial commit to watch-me-now. [rsanheim]
file .gitignore Sun Oct 04 19:56:30 -0700 2009 Initial commit to watch-me-now. [rsanheim]
file LICENSE Sun Oct 04 19:56:30 -0700 2009 Initial commit to watch-me-now. [rsanheim]
file README.markdown Sun Oct 04 20:48:15 -0700 2009 nice to have [rsanheim]
file Rakefile Fri Oct 23 11:57:14 -0700 2009 trying something differetn... [rsanheim]
file VERSION Loading commit data...
directory bin/
directory lib/
file 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?