Sha256: d6507e0c295c332c54fa4a8077f063f6a10e2f7ea3978a86900524babf6ca183
Contents?: true
Size: 276 Bytes
Versions: 7
Compression:
Stored size: 276 Bytes
Contents
guard 'yard' do watch(%r{app/.+\.rb}) watch(%r{lib/.+\.rb}) watch(%r{ext/.+\.c}) end guard 'rspec', cli: '-c -f Fuubar' do watch(%r{^spec/.+_spec\.rb$}) watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" } watch('spec/spec_helper.rb') { "spec" } end
Version data entries
7 entries across 7 versions & 4 rubygems
Version | Path |
---|---|
science-0.0.1b | Guardfile |
science-0.0.1a | Guardfile |
super_model-0.0.1 | Guardfile |
at-0.2.0 | Guardfile |
at-0.1.4 | Guardfile |
error-0.0.0 | Guardfile |
at-0.1.3 | Guardfile |