Sha256: 96f88a640e86c83a40de286c1f375571514bfa47761c55caebed8b0f95b5142e

Contents?: true

Size: 627 Bytes

Versions: 9

Compression:

Stored size: 627 Bytes

Contents

# watch-me-now

## Stupid Simple Continuous Testing

A small script that builds on [watchr](http://github.com/mynyml/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?

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
watch-me-now-1.8.0 README.markdown
watch-me-now-1.7.0 README.markdown
watch-me-now-1.6.0 README.markdown
watch-me-now-1.5.2 README.markdown
watch-me-now-1.5.1 README.markdown
watch-me-now-1.5.0 README.markdown
watch-me-now-1.4.1 README.markdown
watch-me-now-1.4.0 README.markdown
watch-me-now-1.3.0 README.markdown