Sha256: ad93fba1bd8aa5f4a9cb88a6e5920a48aad66bb5f92d957288e6405dcd495986
Contents?: true
Size: 226 Bytes
Versions: 6
Compression:
Stored size: 226 Bytes
Contents
# -*- ruby -*- 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" } watch(%r{^lib/.*/connection.rb$}) { "spec" } end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
qreport-0.1.0 | Guardfile |
qreport-0.0.10 | Guardfile |
qreport-0.0.9 | Guardfile |
qreport-0.0.8 | Guardfile |
qreport-0.0.7 | Guardfile |
qreport-0.0.6 | Guardfile |