Sha256: 9a7fca9d9498eb8fa4acd8b0167003f615361de9757f326b944d7e7e02121474

Contents?: true

Size: 227 Bytes

Versions: 2

Compression:

Stored size: 227 Bytes

Contents

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
end

notification :terminal_notifier, activate: 'com.googlecode.iTerm2'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vkontakte_api-1.2 Guardfile
vkontakte_api-1.1 Guardfile