Sha256: de88317fa19bda2b80ae2c66835516b7f59bc1ff9c468d3d06c4100dbde1a74d
Contents?: true
Size: 282 Bytes
Versions: 4
Compression:
Stored size: 282 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', all_on_start: true, all_after_pass: false do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rambling-trie-0.7.0 | Guardfile |
rambling-trie-0.6.1 | Guardfile |
rambling-trie-0.6.0 | Guardfile |
rambling-trie-0.5.2 | Guardfile |