Sha256: 6e22d206b9be37d14f70286f1a806dc370cfeed755ba879eeaf1c5243aae7d08

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 Bytes

Contents

guard :rspec, all_on_start: false, all_after_pass: false, cmd: 'bundle exec rspec --no-drb' 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 :gntp, sticky: true, host: '127.0.0.1'
notification :tmux,
  display_message: true, timeout: 10,
  default_message_format: '[%s] %s', line_separator: ' > ',
  color_location: 'status-left-bg'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
evernote_utils-0.1.3 Guardfile
evernote_utils-0.1.2 Guardfile
evernote_utils-0.1.1 Guardfile
evernote_utils-0.1.0 Guardfile
evernote_utils-0.0.9 Guardfile
evernote_utils-0.0.4 Guardfile