Sha256: 688caa1b1a31257e87ff624f7adae78b9876ec5d169e0f74ca287de2ea237388
Contents?: true
Size: 280 Bytes
Versions: 2
Compression:
Stored size: 280 Bytes
Contents
# -*- encoding : utf-8 -*- guard 'bundler' do watch(/^.+\.gemspec/) end guard 'rspec', spec_paths: ['spec/unit'] do watch(%r{spec/.+\.rb}) watch(%r{lib/guacamole/(.+)\.rb$}) { |m| "spec/unit/#{m[1]}_spec.rb" } end guard 'yard', port: '8808' do watch(%r{lib/.+\.rb}) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guacamole-0.2.0 | Guardfile |
guacamole-0.1.0 | Guardfile |