Sha256: 08701605205d435f62e147d4d699d67b890c3e2217b91d021e8f94d9c60381c4

Contents?: true

Size: 418 Bytes

Versions: 2

Compression:

Stored size: 418 Bytes

Contents

guard 'rspec', all_on_start: true, all_after_pass: true, cmd: 'bin/rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^lib/(.+)\.rb$})     { |m| "spec/#{m[1]}_spec.rb" }
  watch('spec/spec_helper.rb')  { 'spec' }
  
  watch('spec/support/mechanized_authorization.rb') { 'spec/integration_spec.rb' }
end

guard 'yard' do
  watch(%r{lib/.+\.rb})
end

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vkontakte_api-1.4.3 Guardfile
vkontakte_api-1.4.2 Guardfile