Sha256: 4c9b6c0d3efc6b6fc1f3388b2e3d11a41d66b03631c47ef9a2129805faefbd44

Contents?: true

Size: 266 Bytes

Versions: 5

Compression:

Stored size: 266 Bytes

Contents

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rna-0.4.7 Guardfile
rna-0.4.6 Guardfile
rna-0.4.2 Guardfile
rna-0.4.1 Guardfile
rna-0.4.0 Guardfile