Sha256: 626e37dcf8040072c8ef6486f51fb35eb20180f65e4047e4fb0a20a51c23eacf
Contents?: true
Size: 180 Bytes
Versions: 1
Compression:
Stored size: 180 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :rspec do watch(%r{^lib/(.+)\.rb$}) { "spec" } watch(%r{^spec/(.+)\.rb$}) { "spec" } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mws-rb-0.0.1 | Guardfile |