Sha256: 59143c4af9dbe65ff40bda3f2aa7669a5af20bb51d9bf81bc88cd65e906a27c2
Contents?: true
Size: 227 Bytes
Versions: 15
Compression:
Stored size: 227 Bytes
Contents
guard :rspec, cmd: 'rspec' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/#{m[1]}_spec.rb" } watch(%r{^spec/factories/.+\.rb}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
15 entries across 15 versions & 1 rubygems