Sha256: 7422c4ba86a25262792a859057cc256b39077d8716a2c174e10a733c8cec043b
Contents?: true
Size: 474 Bytes
Versions: 5
Compression:
Stored size: 474 Bytes
Contents
notification :tmux, :success => 'colour22', :failed => 'colour52', :display_message => true guard 'rspec', all_on_start: true, all_after_pass: true, cli: '--format Fuubar', notification: true do watch(%r{^(spec\/.+_spec\.rb)$}) { |m| m[1] } watch(%r{^lib/greenwich\.rb$}) { |m| "spec/greenwich_spec.rb" } watch(%r{^lib/greenwich/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
greenwich-2.0.4 | Guardfile |
greenwich-2.0.3 | Guardfile |
greenwich-2.0.2 | Guardfile |
greenwich-2.0.1 | Guardfile |
greenwich-2.0.0 | Guardfile |