Sha256: 3962e494396607afaad01cfcad584eef303a9ca4aff5e9db4f1715341839491a
Contents?: true
Size: 196 Bytes
Versions: 66
Compression:
Stored size: 196 Bytes
Contents
# A sample Guardfile # More info at https://github.com/guard/guard#readme guard :rspec, cmd: 'bundle exec rspec' do watch(%r{^spec/.+_spec\.rb$}) watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
66 entries across 66 versions & 1 rubygems