Sha256: c7fccccd4110d522a62bfafd7c3508856e24b980ddad0600681c016fc795ace9

Contents?: true

Size: 1013 Bytes

Versions: 1

Compression:

Stored size: 1013 Bytes

Contents

Autocuke
========

Autocuke uses EventMachine to watch your .feature files, then automatically runs cucumber as they change. Use with spork for total awesomeness.



Installation
------------

If you're using bundler, just add this to your Gemfile:
    
    group :test do
      gem "autocuke", "0.1.1"
    end

Then create a bundle-of-joy with:

    bundle


Otherwise, just install from rubygems like so:

    (sudo) gem install autocuke


That's it!


Usage
-----

First, add an autocuke profile to your `config/cucumber.yml`.

    autocuke: -r features --format pretty --strict


Then boot up the "autocuke-file-watcher-5000":

    autocuke
    

Then 'cuke away... and next time you save your .feature, autocuke will run it for you.


Have fun!


Contributors
------------

So far it's just me; Spencer Steffen. 

If you'd like to help out feel free to fork and send me pull requests!



License
-------

Copyright (c) 2011 Spencer Steffen and Citrus, released under the New BSD License All rights reserved.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autocuke-0.1.1 README.md