Sha256: e4b0885d986d2ac4e776a7bfcb2ddb932a949438ac2184452e512f1c5540c40c
Contents?: true
Size: 290 Bytes
Versions: 7
Compression:
Stored size: 290 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', :version => 2 do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } watch('lib/applix.rb') { "spec" } end
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
applix-0.4.8 | Guardfile |
applix-0.4.7 | Guardfile |
applix-0.4.6 | Guardfile |
applix-0.4.5 | Guardfile |
applix-0.4.4 | Guardfile |
applix-0.4.3 | Guardfile |
applix-0.4.2 | Guardfile |