Sha256: 0ade0b0d9bbf0770326c90d64c52f6daab496842e8d181f95bf0cdf3e8f40fcd
Contents?: true
Size: 241 Bytes
Versions: 5
Compression:
Stored size: 241 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :rspec do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/models/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
massive-0.4.0 | Guardfile |
massive-0.3.0 | Guardfile |
massive-0.2.0 | Guardfile |
massive-0.1.1 | Guardfile |
massive-0.1.0 | Guardfile |