Sha256: d1af511f1dbbe0dc2d68bf65cb87bcce6a964c0b147ff2a6934f8fe6b3cbd1b9
Contents?: true
Size: 230 Bytes
Versions: 46
Compression:
Stored size: 230 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', cli: '--color' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { "spec" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
46 entries across 46 versions & 2 rubygems