Sha256: 6ec469884d4d9999a924d6424711a70523b16bae37dcb7cce64ca9f10b202661

Contents?: true

Size: 450 Bytes

Versions: 6

Compression:

Stored size: 450 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 unless defined?(JRUBY_VERSION)

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
vkontakte_api-1.4.4 Guardfile
telphin_api-1.0.4 Guardfile
telphin_api-1.0.3 Guardfile
telphin_api-1.0.2 Guardfile
telphin_api-1.0.1 Guardfile
telphin_api-1.0.0 Guardfile