Sha256: 40bd940d4370f7b63d3cdb400f776e7f1b05e403e9c167b1ada598368bf99675
Contents?: true
Size: 269 Bytes
Versions: 5
Compression:
Stored size: 269 Bytes
Contents
# More info at https://github.com/guard/guard#readme guard :rspec, cmd: 'rspec', all_on_start: true, all_after_pass: true 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
5 entries across 5 versions & 1 rubygems