Sha256: 2aed8b3a9fc3f4134cfdf564de6f221840be754375d39a4d33ffddf7fdba3a28
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 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('spec/spec_helper.rb') { "spec" } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
rna-0.1.7 | Guardfile |
rna-0.1.6 | Guardfile |
rna-0.1.5 | Guardfile |
rna-0.1.4 | Guardfile |
rna-0.1.1 | Guardfile |
rna-0.1.0 | Guardfile |