Sha256: a43c2c4323b93f6a9ae0fd0aac832696cea103913b1df03f1e0f2beffa051c7d

Contents?: true

Size: 400 Bytes

Versions: 1

Compression:

Stored size: 400 Bytes

Contents

guard 'rspec', all_on_start: true, all_after_pass: true 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

1 entries across 1 versions & 1 rubygems

Version Path
vkontakte_api-1.4 Guardfile