Sha256: 6c728dfb8c1d09ddfb67a87b933e16d8dbc7523de9770431b8cbed0287b4a10e

Contents?: true

Size: 270 Bytes

Versions: 5

Compression:

Stored size: 270 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/#{m[1]}_spec.rb" }
  # watch('spec/spec_helper.rb')  { "spec" }
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rna-0.2.4 Guardfile
rna-0.2.3 Guardfile
rna-0.2.2 Guardfile
rna-0.2.1 Guardfile
rna-0.2.0 Guardfile