Sha256: 08bbd4c907065672608a871576eca577c7aee3495c4f733cc104386abc06a2cb

Contents?: true

Size: 335 Bytes

Versions: 9

Compression:

Stored size: 335 Bytes

Contents

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

guard 'rspec' do
  watch(%r{^spec/.+_spec\.rb$})
  watch(%r{^spec/project/config/.*$}) { |m| "spec/lib/rna_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

9 entries across 9 versions & 1 rubygems

Version Path
rna-0.3.8 Guardfile
rna-0.3.7 Guardfile
rna-0.3.6 Guardfile
rna-0.3.5 Guardfile
rna-0.3.4 Guardfile
rna-0.3.3 Guardfile
rna-0.3.2 Guardfile
rna-0.3.1 Guardfile
rna-0.3.0 Guardfile