Sha256: dbc43259ed4b04f44d3749613b9b9dc689c22401117d1ba7cf9f5bb47a55ce35
Contents?: true
Size: 611 Bytes
Versions: 7
Compression:
Stored size: 611 Bytes
Contents
guard 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end notification :tmux, :display_message => true, :timeout => 3, # in seconds :default_message_format => '%s >> %s', :default => 'default', :success => 'default', :failed => 'colour1', # the first %s will show the title, the second the message # Alternately you can also configure *success_message_format*, # *pending_message_format*, *failed_message_format* :line_separator => ' > ' # since we are single line we need a separator
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
slate-1.1.2 | Guardfile |
slate-1.1.1 | Guardfile |
slate-1.1.0 | Guardfile |
slate-1.0.3 | Guardfile |
slate-1.0.2 | Guardfile |
slate-1.0.1 | Guardfile |
slate-1.0.0 | Guardfile |