Sha256: 48d62c3b2a2d53269e0e5bbbc27b879635cf6e6e1a9ed3265e72b700c77992f6
Contents?: true
Size: 302 Bytes
Versions: 1
Compression:
Stored size: 302 Bytes
Contents
guard :rspec, cmd: 'bundle exec rspec', all_on_start: true do clearing :on watch(%r{^spec/.+_spec\.rb$}) watch(%r{^spec/support/(.+)\.rb$}) { 'spec' } watch(%r{^lib/pivot_table.rb$}) { 'spec' } watch(%r{^lib/pivot_table/(.+)\.rb$}) { 'spec' } watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pivot_table-1.0.0 | Guardfile |