Sha256: 7e33ed1e6f8814c143441eb82ddf5ede094f50141ebe875742cc6c13d4875525

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

= autowatchr

Provides some autotest-like behavior for watchr (http://github.com/mynyml/watchr).

== Installation

  gem install autowatchr --source http://gemcutter.org

== Example use

test.watchr
  require 'autowatchr'

  Autowatchr.new(self) do |config|
    config.ruby = "jruby"           # default: "ruby"
    config.lib_dir = "leet_lib"     # default: "lib"
    config.test_dir = "leet_test"   # default: "test"
  end

Also see: test.watchr[http://github.com/viking/autowatchr/blob/master/test.watchr].

== Copyright

Copyright (c) 2009 Jeremy Stephens. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
autowatchr-0.0.0 README.rdoc