Sha256: befe93c47e4cbbacc30e8ddd451b0b367e749cd0af7c612c440636a4b911d601
Contents?: true
Size: 295 Bytes
Versions: 3
Compression:
Stored size: 295 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard(:rspec, all_on_start: true) 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
applix-0.4.14 | Guardfile |
applix-0.4.13 | Guardfile |
applix-0.4.12 | Guardfile |