Sha256: 5515c557e73ea7911f90c697f44befbb55fe17fa490eaa381372b5079e8121fb

Contents?: true

Size: 274 Bytes

Versions: 43

Compression:

Stored size: 274 Bytes

Contents

guard 'bundler' do
  watch('Gemfile')
end

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

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
lono-0.2.4 Guardfile
lono-0.2.3 Guardfile
lono-0.2.2 Guardfile