Sha256: f2aa9587f1d4d034eadbd98e7094cb5e7ba92690e090ae24e4fda9e18030e12c
Contents?: true
Size: 317 Bytes
Versions: 1
Compression:
Stored size: 317 Bytes
Contents
#!/usr/bin/env ruby #^syntax detection # A sample Guardfile # More info at https://github.com/guard/guard#readme guard 'rspec', cmd: 'bundle exec rspec' do watch(%r{^spanx\.gemspec}) { 'spec' } watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { 'spec' } watch('spec/spec_helper.rb') { 'spec' } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spanx-0.3.0 | Guardfile |